From aea82bb6a4d4ca7a4e33db4d1d57b63a3d4058d9 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 21 Mar 2010 16:02:11 +0100 Subject: units, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/units/.footprint | 10 ++++++++++ base/units/.md5sum | 1 + base/units/Pkgfile | 15 +++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 base/units/.footprint create mode 100644 base/units/.md5sum create mode 100644 base/units/Pkgfile (limited to 'base/units') diff --git a/base/units/.footprint b/base/units/.footprint new file mode 100644 index 000000000..028dd182b --- /dev/null +++ b/base/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/base/units/.md5sum b/base/units/.md5sum new file mode 100644 index 000000000..26ea2583d --- /dev/null +++ b/base/units/.md5sum @@ -0,0 +1 @@ +8cf47adf29e38a9aa744e8d5246d1bec units_1.87.orig.tar.gz 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 +} -- cgit v1.2.3-54-g00ecf