diff options
Diffstat (limited to 'extra/scrot/Pkgfile')
-rwxr-xr-x | extra/scrot/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
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/ -} - |