diff options
author | piernov <piernov@piernov.org> | 2012-01-25 12:46:25 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-25 12:46:25 +0100 |
commit | d48f3b21218c8fb8bbcfcfc26673bc0d080da6ba (patch) | |
tree | dd6f26565529b0eb7eccddba6c650511f54c7ea3 /pkg-repgen/Pkgfile | |
parent | 5ad2bab6905fc1971cf1be1e514876da31605372 (diff) | |
parent | 3a1b2586ecfb9237efc5c171eaef18686b2a470c (diff) | |
download | nutyx-pakxe-d48f3b21218c8fb8bbcfcfc26673bc0d080da6ba.tar.gz nutyx-pakxe-d48f3b21218c8fb8bbcfcfc26673bc0d080da6ba.tar.bz2 nutyx-pakxe-d48f3b21218c8fb8bbcfcfc26673bc0d080da6ba.tar.xz nutyx-pakxe-d48f3b21218c8fb8bbcfcfc26673bc0d080da6ba.zip |
Merge http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe
Diffstat (limited to 'pkg-repgen/Pkgfile')
-rw-r--r-- | pkg-repgen/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg-repgen/Pkgfile b/pkg-repgen/Pkgfile new file mode 100644 index 000000000..e32cef5fc --- /dev/null +++ b/pkg-repgen/Pkgfile @@ -0,0 +1,19 @@ +# Description: Outil de gestion de paquets binaires pour NuTyX +# URL: http://www.varlock.com et nutyx.org +# Maintainer: thierryn1 at hispeed dot ch +# Packager: thierryn1 at hispeed dot ch + +name=pkg-repgen +version=0.4.6 +release=1 +source=(http://nutyx.meticul.eu/files/pkg-repgen-$version.tar.gz) + +build() { +ARCH_=`uname -m` + cd pkg-repgen-$version + make PREFIX=$PKG/usr install + if [ "$ARCH_" == "x86_64" ]; then + sed -i "s/i686/x86_64/" $PKG/usr/bin/pkg-repgen + fi +} + |