diff options
Diffstat (limited to 'extra/scrot/Pkgfile')
-rwxr-xr-x | extra/scrot/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/scrot/Pkgfile b/extra/scrot/Pkgfile new file mode 100755 index 000000000..258db615c --- /dev/null +++ b/extra/scrot/Pkgfile @@ -0,0 +1,19 @@ +# 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 + +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/ +} |