opt/scrot/Pkgfile

19 lines
417 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small, configurable screenshot program
# URL: http://www.linuxbrit.co.uk/scrot/
2006-10-18 19:00:32 +02:00
# Maintainer:
2006-02-23 16:26:10 +01:00
# Packager: Justin Rebelo, justin at pfusch dot ca
2006-10-07 17:34:54 +02:00
# Depends on: giblib
2006-02-23 16:26:10 +01:00
name=scrot
version=0.8
release=1
source=(http://www.linuxbrit.co.uk/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc/
}