summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-21 16:02:11 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-21 16:02:11 +0100
commitaea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9 (patch)
treede1ea4cecda27aa3b3fbb126cb61d302f583c7be /extra
parent0a0e2f3f5f22667b2090895ac3e84cdd0b9484aa (diff)
downloadnutyx-extra-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.tar.gz
nutyx-extra-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.tar.bz2
nutyx-extra-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.tar.xz
nutyx-extra-aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9.zip
units, déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r--extra/units/.footprint10
-rw-r--r--extra/units/.md5sum1
-rw-r--r--extra/units/Pkgfile15
3 files changed, 0 insertions, 26 deletions
diff --git a/extra/units/.footprint b/extra/units/.footprint
deleted file mode 100644
index 028dd182b..000000000
--- a/extra/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/extra/units/.md5sum b/extra/units/.md5sum
deleted file mode 100644
index 26ea2583d..000000000
--- a/extra/units/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-8cf47adf29e38a9aa744e8d5246d1bec units_1.87.orig.tar.gz
diff --git a/extra/units/Pkgfile b/extra/units/Pkgfile
deleted file mode 100644
index 3977ce143..000000000
--- a/extra/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}_1.87.orig.tar.gz)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}