diff options
Diffstat (limited to 'base/pkgutils/Pkgfile')
-rw-r--r-- | base/pkgutils/Pkgfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/base/pkgutils/Pkgfile b/base/pkgutils/Pkgfile index 52be3e2af..7dd02602f 100644 --- a/base/pkgutils/Pkgfile +++ b/base/pkgutils/Pkgfile @@ -2,17 +2,16 @@ # URL: http://www.fukt.bsnet.se/~per/pkgutils/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=pkgutils -version=5.34.0 -release=2 +version=5.35.0 +release=1 source=(http://crux.nu/files/$name-$version.tar.gz \ -nutyx-2009.2.patch) +nutyx-attapu.1.patch) build () { cd $name-$version mkdir -p $PKG/usr/share -patch -Np1 -i ../nutyx-2009.2.patch +patch -Np1 -i ../nutyx-attapu.1.patch make DESTDIR=$PKG install case `uname -m` in x86_64) |