contrib/scrot/Pkgfile
2014-11-10 23:28:51 +11:00

20 lines
418 B
Plaintext

# Description: Commandline screen capture.
# URL: http://linuxbrit.co.uk/scrot/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: giblib
name=scrot
version=0.8
release=1
source=(http://linuxbrit.co.uk/downloads/scrot-$version.tar.gz)
build() {
cd scrot-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}