diff options
author | sibel <lesibel@free.fr> | 2011-02-23 10:02:44 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-02-23 10:02:44 +0100 |
commit | 102621642fe2945f783e422fb7606681a652cb3c (patch) | |
tree | ce102e3f3a91667f63f4e49fc260a3fd0da07fa5 /base/units | |
parent | 4e5573cd53c4a7adda2168a77f23a8af4de0b5a7 (diff) | |
download | nutyx-extra-102621642fe2945f783e422fb7606681a652cb3c.tar.gz nutyx-extra-102621642fe2945f783e422fb7606681a652cb3c.tar.bz2 nutyx-extra-102621642fe2945f783e422fb7606681a652cb3c.tar.xz nutyx-extra-102621642fe2945f783e422fb7606681a652cb3c.zip |
units, deplacement dans ouvert
Diffstat (limited to 'base/units')
-rw-r--r-- | base/units/.footprint.i686 | 10 | ||||
-rw-r--r-- | base/units/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | base/units/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/units/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/units/Pkgfile | 15 |
5 files changed, 0 insertions, 37 deletions
diff --git a/base/units/.footprint.i686 b/base/units/.footprint.i686 deleted file mode 100644 index 028dd182b..000000000 --- a/base/units/.footprint.i686 +++ /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/base/units/.footprint.x86_64 b/base/units/.footprint.x86_64 deleted file mode 100644 index 028dd182b..000000000 --- a/base/units/.footprint.x86_64 +++ /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/base/units/.md5sum.i686 b/base/units/.md5sum.i686 deleted file mode 100644 index 26ea2583d..000000000 --- a/base/units/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -8cf47adf29e38a9aa744e8d5246d1bec units_1.87.orig.tar.gz diff --git a/base/units/.md5sum.x86_64 b/base/units/.md5sum.x86_64 deleted file mode 100644 index 26ea2583d..000000000 --- a/base/units/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -8cf47adf29e38a9aa744e8d5246d1bec units_1.87.orig.tar.gz diff --git a/base/units/Pkgfile b/base/units/Pkgfile deleted file mode 100644 index 3977ce143..000000000 --- a/base/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 -} |