summaryrefslogtreecommitdiffstats
path: root/scrot/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'scrot/Pkgfile')
-rwxr-xr-xscrot/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/scrot/Pkgfile b/scrot/Pkgfile
new file mode 100755
index 000000000..42e831d3c
--- /dev/null
+++ b/scrot/Pkgfile
@@ -0,0 +1,21 @@
+# 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/
+}
+