diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-21 16:02:11 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-21 16:02:11 +0100 |
commit | aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9 (patch) | |
tree | de1ea4cecda27aa3b3fbb126cb61d302f583c7be /base/units/Pkgfile | |
parent | 0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa (diff) | |
download | nutyx-pakxe-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.tar.gz nutyx-pakxe-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.tar.bz2 nutyx-pakxe-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.tar.xz nutyx-pakxe-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.zip |
units, déplacé dans base
Diffstat (limited to 'base/units/Pkgfile')
-rw-r--r-- | base/units/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/base/units/Pkgfile b/base/units/Pkgfile new file mode 100644 index 000000000..3977ce143 --- /dev/null +++ b/base/units/Pkgfile @@ -0,0 +1,15 @@ +# 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}_1.87.orig.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |