diff options
author | piernov <piernov@piernov.org> | 2011-07-20 21:45:46 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-20 21:45:46 +0200 |
commit | 70469dda1dc5fc8937dbe9503635ebd0bfabd0c2 (patch) | |
tree | 0d4ad11450a6e9cd0717c20bf1c51eeb702db19c /extra/debianutils/Pkgfile | |
parent | 9c7924d1c7ae51f82778ad23a3238a74394c52a2 (diff) | |
download | nutyx-extra-70469dda1dc5fc8937dbe9503635ebd0bfabd0c2.tar.gz nutyx-extra-70469dda1dc5fc8937dbe9503635ebd0bfabd0c2.tar.bz2 nutyx-extra-70469dda1dc5fc8937dbe9503635ebd0bfabd0c2.tar.xz nutyx-extra-70469dda1dc5fc8937dbe9503635ebd0bfabd0c2.zip |
debianutils 4.0.2-1 ajout port
Diffstat (limited to 'extra/debianutils/Pkgfile')
-rwxr-xr-x | extra/debianutils/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/debianutils/Pkgfile b/extra/debianutils/Pkgfile new file mode 100755 index 000000000..ac1504ee7 --- /dev/null +++ b/extra/debianutils/Pkgfile @@ -0,0 +1,21 @@ +# Description: Utilitaires Debian +# Url: http://packages.qa.debian.org/d/debianutils.html +# Maintainer: NutyX core team +# Packager: piernov <piernov@piernov.org> +# Depends on: +# Run on: + +name=debianutils +version=4.0.2 +release=1 + +source=(http://ftp.de.debian.org/debian/pool/main/d/$name/${name}_$version.tar.gz ) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + mv $PKG/usr/bin/which $PKG/usr/bin/debian-which +} + |