diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-17 17:48:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-17 17:48:38 +0100 |
commit | e83abd2f025cfa1d9b29094ceff8ec0cf32c492c (patch) | |
tree | 73288a3f5d5e98285cf08231702be7846575f5a0 /extra/graphicsmagick/Pkgfile | |
parent | e7b6309be37480ec0c8c02b4e2392f3a072e1e75 (diff) | |
download | nutyx-extra-e83abd2f025cfa1d9b29094ceff8ec0cf32c492c.tar.gz nutyx-extra-e83abd2f025cfa1d9b29094ceff8ec0cf32c492c.tar.bz2 nutyx-extra-e83abd2f025cfa1d9b29094ceff8ec0cf32c492c.tar.xz nutyx-extra-e83abd2f025cfa1d9b29094ceff8ec0cf32c492c.zip |
Ajout graphicsmagick#1.3.7-1
Diffstat (limited to 'extra/graphicsmagick/Pkgfile')
-rw-r--r-- | extra/graphicsmagick/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/graphicsmagick/Pkgfile b/extra/graphicsmagick/Pkgfile new file mode 100644 index 000000000..b2018fe96 --- /dev/null +++ b/extra/graphicsmagick/Pkgfile @@ -0,0 +1,24 @@ +# Description: Logiciel pour le process d'images +# URL: http://www.graphicsmagick.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on : freetype2, ghostscript, jasper, lcms, libxml2, libtiff + +name=graphicsmagick +version=1.3.7 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/$name/GraphicsMagick-$version.tar.bz2) + +build () { + cd GraphicsMagick-$version + + + # préparation puis compilation + ./configure --prefix=/usr \ + --enable-shared \ + --with-gs-font-dir=/usr/share/fonts/Type1 + make + make DESTDIR=$PKG install + find $PKG -name perllocal.pod -delete + find $PKG -name .packlist -delete +} |