summaryrefslogtreecommitdiffstats
path: root/extra/plotutils/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-06 11:19:18 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-06 11:19:18 +0100
commit6f90ae717232531b0416d43223870214a757b848 (patch)
tree3d997cca85d09566e4293e1b1f9e290b6f0f161f /extra/plotutils/Pkgfile
parenta59868c75778349324b4d16f552205198b73dc02 (diff)
downloadnutyx-pakxe-6f90ae717232531b0416d43223870214a757b848.tar.gz
nutyx-pakxe-6f90ae717232531b0416d43223870214a757b848.tar.bz2
nutyx-pakxe-6f90ae717232531b0416d43223870214a757b848.tar.xz
nutyx-pakxe-6f90ae717232531b0416d43223870214a757b848.zip
plotutils dans ouvert
Diffstat (limited to 'extra/plotutils/Pkgfile')
-rwxr-xr-xextra/plotutils/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/plotutils/Pkgfile b/extra/plotutils/Pkgfile
deleted file mode 100755
index 26bbecd2a..000000000
--- a/extra/plotutils/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-# Run 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
-}
-
-