diff options
Diffstat (limited to 'libspectre/Pkgfile')
-rwxr-xr-x | libspectre/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libspectre/Pkgfile b/libspectre/Pkgfile new file mode 100755 index 000000000..b1626b4d1 --- /dev/null +++ b/libspectre/Pkgfile @@ -0,0 +1,21 @@ +# Description: librairie pour le rendu des documents postscript +# URL: http://libspectre.freedesktop.org/wiki/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: ghostscript +# Run on: ghostscript + +name=libspectre +version=0.2.6 +release=1 +source=(http://libspectre.freedesktop.org/releases/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install +} + + |