diff options
author | Mark Rosenstand <mark@borkware.net> | 2006-10-29 12:26:50 +0100 |
---|---|---|
committer | Mark Rosenstand <mark@borkware.net> | 2006-10-29 12:26:50 +0100 |
commit | b834f00022adc770d3f6755d9cd34c9f91b3c58a (patch) | |
tree | cb5da24858ba25a0b79ff7b4effaa5754981c5dc /scrot | |
parent | 1615925c972f6b4fd95c9acf8317267ef1e808f2 (diff) | |
download | contrib-b834f00022adc770d3f6755d9cd34c9f91b3c58a.tar.gz contrib-b834f00022adc770d3f6755d9cd34c9f91b3c58a.tar.xz |
giblib, scrot: initial import
Diffstat (limited to 'scrot')
-rw-r--r-- | scrot/.footprint | 6 | ||||
-rw-r--r-- | scrot/.md5sum | 1 | ||||
-rw-r--r-- | scrot/Pkgfile | 17 |
3 files changed, 24 insertions, 0 deletions
diff --git a/scrot/.footprint b/scrot/.footprint new file mode 100644 index 000000000..4544fe8d9 --- /dev/null +++ b/scrot/.footprint @@ -0,0 +1,6 @@ +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 new file mode 100644 index 000000000..47bbc3912 --- /dev/null +++ b/scrot/.md5sum @@ -0,0 +1 @@ +ccae904d225609571bdd3b03445c1e88 scrot-0.8.tar.gz diff --git a/scrot/Pkgfile b/scrot/Pkgfile new file mode 100644 index 000000000..6bd3de7a2 --- /dev/null +++ b/scrot/Pkgfile @@ -0,0 +1,17 @@ +# Description: Commandline screen capture util like "import" +# URL: http://linuxbrit.co.uk/scrot/ +# Maintainer: 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 +} |