2006-02-23 15:26:10 +00:00
|
|
|
# Description: Small, configurable screenshot program
|
|
|
|
# URL: http://www.linuxbrit.co.uk/scrot/
|
2006-10-18 17:00:32 +00:00
|
|
|
# Maintainer:
|
2006-02-23 15:26:10 +00:00
|
|
|
# Packager: Justin Rebelo, justin at pfusch dot ca
|
2006-10-07 15:34:54 +00:00
|
|
|
# Depends on: giblib
|
2006-02-23 15:26:10 +00: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/
|
|
|
|
}
|