diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-08-21 23:20:52 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-08-21 23:20:52 +0200 |
commit | 1df7126a76708c2ba173bee029d60203c984c9b3 (patch) | |
tree | f5930dbaf3e8ab22de9701037d541ff422cff6f1 /base/pkgutils/Pkgfile | |
parent | 4b3a088665ee733c852b58cbf6010fb31ab6410d (diff) | |
download | nutyx-extra-1df7126a76708c2ba173bee029d60203c984c9b3.tar.gz nutyx-extra-1df7126a76708c2ba173bee029d60203c984c9b3.tar.bz2 nutyx-extra-1df7126a76708c2ba173bee029d60203c984c9b3.tar.xz nutyx-extra-1df7126a76708c2ba173bee029d60203c984c9b3.zip |
maj pkgutils#5.35.0-1
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) |