summaryrefslogtreecommitdiffstats
path: root/test/units
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-02-27 22:19:40 +0100
committersibelle <lesibel@free.fr>2010-02-27 22:19:40 +0100
commit466934a7f2bd48b5ca7fe8112d17840811b2aa1e (patch)
tree7330e1a99e9650f54283ecec35ff8a82ed67455b /test/units
parenteb24bf1956c5b691b756e78ab5433d51c36ef3b3 (diff)
parentf4bea1514ecf9029ca00036d089458cebfebfd21 (diff)
downloadnutyx-extra-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.tar.gz
nutyx-extra-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.tar.bz2
nutyx-extra-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.tar.xz
nutyx-extra-466934a7f2bd48b5ca7fe8112d17840811b2aa1e.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'test/units')
-rw-r--r--test/units/.footprint10
-rw-r--r--test/units/.md5sum1
-rw-r--r--test/units/Pkgfile15
3 files changed, 26 insertions, 0 deletions
diff --git a/test/units/.footprint b/test/units/.footprint
new file mode 100644
index 000000000..028dd182b
--- /dev/null
+++ b/test/units/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/units
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/units.info.gz
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/units.1.gz
+-rw-r--r-- root/root usr/share/units.dat
diff --git a/test/units/.md5sum b/test/units/.md5sum
new file mode 100644
index 000000000..f0c6610b3
--- /dev/null
+++ b/test/units/.md5sum
@@ -0,0 +1 @@
+8cf47adf29e38a9aa744e8d5246d1bec units.1.87.tar.gz
diff --git a/test/units/Pkgfile b/test/units/Pkgfile
new file mode 100644
index 000000000..bf1f1bd92
--- /dev/null
+++ b/test/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.$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}