summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/units/.footprint10
-rw-r--r--test/units/.md5sum1
-rw-r--r--test/units/Pkgfile15
3 files changed, 0 insertions, 26 deletions
diff --git a/test/units/.footprint b/test/units/.footprint
deleted file mode 100644
index 028dd182b..000000000
--- a/test/units/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-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
deleted file mode 100644
index f0c6610b3..000000000
--- a/test/units/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-8cf47adf29e38a9aa744e8d5246d1bec units.1.87.tar.gz
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
-}