summaryrefslogtreecommitdiffstats
path: root/base/pkg-get
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-get')
-rw-r--r--base/pkg-get/.footprint.i6863
-rw-r--r--base/pkg-get/.md5sum.i6862
-rw-r--r--base/pkg-get/.md5sum.x86_642
-rw-r--r--base/pkg-get/Pkgfile11
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
}