summaryrefslogtreecommitdiffstats
path: root/extra/scrot
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/scrot
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/scrot')
-rwxr-xr-xextra/scrot/.footprint.i6867
-rwxr-xr-xextra/scrot/.footprint.x86_647
-rwxr-xr-xextra/scrot/.md5sum.i6861
-rwxr-xr-xextra/scrot/.md5sum.x86_641
-rwxr-xr-xextra/scrot/Pkgfile21
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/
-}
-