summaryrefslogtreecommitdiff
path: root/scrot/Pkgfile
blob: e007c767818b7a2a172c6969fcb9b1ebbf3beb47 (plain)
    1 # Description: Commandline screen capture.
    2 # URL: https://github.com/resurrecting-open-source-projects/scrot
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: autoconf-archive giblib xorg-libxcursor
    5 
    6 name=scrot
    7 version=1.3
    8 release=1
    9 source=(https://github.com/resurrecting-open-source-projects/scrot/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	./autogen.sh
   15 	./configure \
   16 		--prefix=/usr \
   17 		--mandir=/usr/share/man
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 }

Generated by cgit