summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-19 22:57:16 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-19 22:57:16 +0200
commitfc4fc1aaba18267786964198a213a2781648a92f (patch)
treeb7884548dcf684222c2fd4c64e47cbcf5fe2fd79 /base/pkg-get/Pkgfile
parent71000456e5db52062730b6cdc8e03cf55b940512 (diff)
downloadnutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.tar.gz
nutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.tar.bz2
nutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.tar.xz
nutyx-extra-fc4fc1aaba18267786964198a213a2781648a92f.zip
maj pkg-get#0.4.5-9
Diffstat (limited to 'base/pkg-get/Pkgfile')
-rw-r--r--base/pkg-get/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile
index 706940505..70a468e88 100644
--- a/base/pkg-get/Pkgfile
+++ b/base/pkg-get/Pkgfile
@@ -6,15 +6,15 @@
name=pkg-get
version=0.4.5
-release=8
+release=9
source=(http://www.varlock.com/files/$name-$version.tar.gz \
- pkg-get-0.4.5-NuTyX-01.patch pkg-get.conf pkg-repgen.patch syn)
+ pkg-get-0.4.5-NuTyX-02.patch pkg-get.conf pkg-repgen.patch syn)
build() {
ARCH_=`uname -m`
cd $name-$version
patch -Np1 -i ../pkg-repgen.patch
- patch -Np1 -i ../pkg-get-$version-NuTyX-01.patch
+ patch -Np1 -i ../pkg-get-$version-NuTyX-02.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
install -m 755 ../syn $PKG/usr/bin/syn
sed -i "s|CRUX Packages|Paquets NuTyX Architecture $ARCH_|g" $PKG/usr/bin/pkg-repgen