commit 1b48272c8dd3c398444afdc368ece2ce87ce9c08 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:40:00 2006 +0000 scrot: moved to attic diff --git a/scrot/.footprint b/scrot/.footprint deleted file mode 100644 index 4544fe8..0000000 --- a/scrot/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/scrot -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/scrot.1.gz diff --git a/scrot/.md5sum b/scrot/.md5sum deleted file mode 100644 index 47bbc39..0000000 --- a/scrot/.md5sum +++ /dev/null @@ -1 +0,0 @@ -ccae904d225609571bdd3b03445c1e88 scrot-0.8.tar.gz diff --git a/scrot/Pkgfile b/scrot/Pkgfile deleted file mode 100644 index 64b5dbb..0000000 --- a/scrot/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Small, configurable screenshot program -# URL: http://www.linuxbrit.co.uk/scrot/ -# Maintainer: -# Packager: Justin Rebelo, justin at pfusch dot ca -# Depends on: giblib - -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/ -}