diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 13:13:19 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 13:13:19 +0100 |
commit | 9c92fdcde493595bed48c12cc29436203916e3d2 (patch) | |
tree | e061ab6c98bcf6c72b7291bf0132b2c59581968c | |
parent | 178327b6b0a64cf77e28b62a1ff6ca2837b0a390 (diff) | |
download | nutyx-extra-9c92fdcde493595bed48c12cc29436203916e3d2.tar.gz nutyx-extra-9c92fdcde493595bed48c12cc29436203916e3d2.tar.bz2 nutyx-extra-9c92fdcde493595bed48c12cc29436203916e3d2.tar.xz nutyx-extra-9c92fdcde493595bed48c12cc29436203916e3d2.zip |
pkg-get, maj 0.5.1-5
-rw-r--r-- | base/pkg-get/.footprint.i686 | 3 | ||||
-rw-r--r-- | base/pkg-get/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/pkg-get/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | base/pkg-get/Pkgfile | 11 |
4 files changed, 4 insertions, 14 deletions
diff --git a/base/pkg-get/.footprint.i686 b/base/pkg-get/.footprint.i686 index 954faef47..60666b99f 100644 --- a/base/pkg-get/.footprint.i686 +++ b/base/pkg-get/.footprint.i686 @@ -1,10 +1,7 @@ drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/pkg-get.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pkg-get -rwxr-xr-x root/root usr/bin/pkg-repgen --rwxr-xr-x root/root usr/bin/syn drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ diff --git a/base/pkg-get/.md5sum.i686 b/base/pkg-get/.md5sum.i686 index aac2e29fb..35b84cf7f 100644 --- a/base/pkg-get/.md5sum.i686 +++ b/base/pkg-get/.md5sum.i686 @@ -1,3 +1 @@ 91a314edd2a2ba5dca5bbe7472521ccf pkg-get-0.5.1.tar.gz -262a8418347b2718f546e6882906c0c8 pkg-get.conf -1571a08b2de3ed77babb7b5ecae4c2a6 syn diff --git a/base/pkg-get/.md5sum.x86_64 b/base/pkg-get/.md5sum.x86_64 index aac2e29fb..35b84cf7f 100644 --- a/base/pkg-get/.md5sum.x86_64 +++ b/base/pkg-get/.md5sum.x86_64 @@ -1,3 +1 @@ 91a314edd2a2ba5dca5bbe7472521ccf pkg-get-0.5.1.tar.gz -262a8418347b2718f546e6882906c0c8 pkg-get.conf -1571a08b2de3ed77babb7b5ecae4c2a6 syn diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile index 43c85a8b7..4235c9646 100644 --- a/base/pkg-get/Pkgfile +++ b/base/pkg-get/Pkgfile @@ -5,9 +5,8 @@ name=pkg-get version=0.5.1 -release=4 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz \ - pkg-get.conf syn) +release=5 +source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz) build() { ARCH_=`uname -m` @@ -15,9 +14,7 @@ ARCH_=`uname -m` make PREFIX=$PKG/usr CFGDIR=$PKG/etc install mkdir -p $PKG/usr/share mv $PKG/usr/{man,share/man} - install -m755 ../syn $PKG/usr/bin/syn -install -m644 ../pkg-get.conf $PKG/etc/pkg-get.conf -sed -i "s/uname-m/$ARCH_/" $PKG/etc/pkg-get.conf -sed -i "s/uname-m/$ARCH_/" $PKG/usr/bin/syn + rm $PKG/etc/pkg-get.conf + rm $PKG/usr/bin/pkg-get } |