summaryrefslogtreecommitdiffstats
path: root/test/units/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-21 15:59:11 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-21 15:59:11 +0100
commit0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa (patch)
tree10ecc026725b27bd7420a82145f7a0e31af70bbc /test/units/Pkgfile
parent9bf6c82f4da566e2fb79b97421d22ed6d82e9728 (diff)
downloadnutyx-extra-0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa.tar.gz
nutyx-extra-0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa.tar.bz2
nutyx-extra-0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa.tar.xz
nutyx-extra-0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa.zip
Ajout de units#1.87-1
Diffstat (limited to 'test/units/Pkgfile')
-rw-r--r--test/units/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/units/Pkgfile b/test/units/Pkgfile
deleted file mode 100644
index bf1f1bd92..000000000
--- a/test/units/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: convertisseur de mesures en ligne de commande
-# URL: http://units.sourceforge.net
-# Maintainer: NuTyX core team
-# Packager: skingrapher at legtux dot org
-name=units
-version=1.87
-release=1
-source=(http://ftp.de.debian.org/debian/pool/main/u/$name/$name.$version.tar.gz)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}