summaryrefslogtreecommitdiffstats
path: root/extra/plotutils/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-17 17:47:57 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-17 17:47:57 +0100
commite7b6309be37480ec0c8c02b4e2392f3a072e1e75 (patch)
treea19eea4457cc8cc5750403e76508b48a7766d332 /extra/plotutils/Pkgfile
parentffc03ff343c811835c3cad3a9ecb432be4f35426 (diff)
downloadnutyx-extra-e7b6309be37480ec0c8c02b4e2392f3a072e1e75.tar.gz
nutyx-extra-e7b6309be37480ec0c8c02b4e2392f3a072e1e75.tar.bz2
nutyx-extra-e7b6309be37480ec0c8c02b4e2392f3a072e1e75.tar.xz
nutyx-extra-e7b6309be37480ec0c8c02b4e2392f3a072e1e75.zip
Ajout de plotutils#2.6-1
Diffstat (limited to 'extra/plotutils/Pkgfile')
-rwxr-xr-xextra/plotutils/Pkgfile22
1 files changed, 22 insertions, 0 deletions
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
+}
+