From e7b6309be37480ec0c8c02b4e2392f3a072e1e75 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 17 Jan 2010 17:47:57 +0100 Subject: Ajout de plotutils#2.6-1 --- extra/plotutils/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 extra/plotutils/Pkgfile (limited to 'extra/plotutils/Pkgfile') diff --git a/extra/plotutils/Pkgfile b/extra/plotutils/Pkgfile new file mode 100755 index 000000000..a075cabba --- /dev/null +++ b/extra/plotutils/Pkgfile @@ -0,0 +1,22 @@ +# Description: Utilitaires et librairies pour le dessin (plotting) +# URL: http://directory.fsf.org/graphics/plotutils.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libpng + +name=plotutils +version=2.6 +release=1 +source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --with-gnu-ld \ + --with-x \ + --enable-libplotter + make + make DESTDIR=$PKG install + rm $PKG/usr/share/info/dir +} + -- cgit v1.2.3-70-g09d2