diff options
Diffstat (limited to 'extra/scrot')
-rwxr-xr-x | extra/scrot/.footprint.i686 | 7 | ||||
-rwxr-xr-x | extra/scrot/.footprint.x86_64 | 7 | ||||
-rwxr-xr-x | extra/scrot/.md5sum.i686 | 1 | ||||
-rwxr-xr-x | extra/scrot/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/scrot/Pkgfile | 21 |
5 files changed, 0 insertions, 37 deletions
diff --git a/extra/scrot/.footprint.i686 b/extra/scrot/.footprint.i686 deleted file mode 100755 index bf07eb6dc..000000000 --- a/extra/scrot/.footprint.i686 +++ /dev/null @@ -1,7 +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/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/scrot.1.gz diff --git a/extra/scrot/.footprint.x86_64 b/extra/scrot/.footprint.x86_64 deleted file mode 100755 index bf07eb6dc..000000000 --- a/extra/scrot/.footprint.x86_64 +++ /dev/null @@ -1,7 +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/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/scrot.1.gz diff --git a/extra/scrot/.md5sum.i686 b/extra/scrot/.md5sum.i686 deleted file mode 100755 index 47bbc3912..000000000 --- a/extra/scrot/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -ccae904d225609571bdd3b03445c1e88 scrot-0.8.tar.gz diff --git a/extra/scrot/.md5sum.x86_64 b/extra/scrot/.md5sum.x86_64 deleted file mode 100755 index 47bbc3912..000000000 --- a/extra/scrot/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -ccae904d225609571bdd3b03445c1e88 scrot-0.8.tar.gz diff --git a/extra/scrot/Pkgfile b/extra/scrot/Pkgfile deleted file mode 100755 index 42e831d3c..000000000 --- a/extra/scrot/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Outil de capture d'écran -# URL: http://linuxbrit.co.uk/scrot/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: giblib, imlib2 -# Run on: giblib,imlib2 - -name=scrot -version=0.8 -release=1 -source=(http://linuxbrit.co.uk/downloads/$name-$version.tar.gz) - -build() { -cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/doc/ -} - |