summaryrefslogtreecommitdiffstats
path: root/pkg-repgen
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-23 21:04:28 +0100
committertnut <tnut at nutyx dot com>2012-01-23 21:04:28 +0100
commit3a1b2586ecfb9237efc5c171eaef18686b2a470c (patch)
tree60bcd09a641ca6737b8cd74a9490aadf6153a8f0 /pkg-repgen
parentb34e224e38cefc7dea12f72aaa10a20f810be663 (diff)
downloadnutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.tar.gz
nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.tar.bz2
nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.tar.xz
nutyx-pakxe-3a1b2586ecfb9237efc5c171eaef18686b2a470c.zip
pkg-repgen, correction port
Diffstat (limited to 'pkg-repgen')
-rw-r--r--pkg-repgen/.footprint.i6861
-rw-r--r--pkg-repgen/.footprint.x86_641
-rw-r--r--pkg-repgen/.md5sum.i6862
-rw-r--r--pkg-repgen/.md5sum.x86_642
-rw-r--r--pkg-repgen/Pkgfile2
5 files changed, 3 insertions, 5 deletions
diff --git a/pkg-repgen/.footprint.i686 b/pkg-repgen/.footprint.i686
index ad97a7979..7d162f118 100644
--- a/pkg-repgen/.footprint.i686
+++ b/pkg-repgen/.footprint.i686
@@ -1,4 +1,3 @@
-drwxr-xr-x root/root etc/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pkg-repgen
diff --git a/pkg-repgen/.footprint.x86_64 b/pkg-repgen/.footprint.x86_64
index ad97a7979..7d162f118 100644
--- a/pkg-repgen/.footprint.x86_64
+++ b/pkg-repgen/.footprint.x86_64
@@ -1,4 +1,3 @@
-drwxr-xr-x root/root etc/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pkg-repgen
diff --git a/pkg-repgen/.md5sum.i686 b/pkg-repgen/.md5sum.i686
index 94160a452..5f008b96f 100644
--- a/pkg-repgen/.md5sum.i686
+++ b/pkg-repgen/.md5sum.i686
@@ -1 +1 @@
-4255529e512555b8759dc939305b708c pkg-get-0.5.2.tar.gz
+45d1eec4209dfc81d9f10295c1dca975 pkg-repgen-0.4.6.tar.gz
diff --git a/pkg-repgen/.md5sum.x86_64 b/pkg-repgen/.md5sum.x86_64
index 94160a452..5f008b96f 100644
--- a/pkg-repgen/.md5sum.x86_64
+++ b/pkg-repgen/.md5sum.x86_64
@@ -1 +1 @@
-4255529e512555b8759dc939305b708c pkg-get-0.5.2.tar.gz
+45d1eec4209dfc81d9f10295c1dca975 pkg-repgen-0.4.6.tar.gz
diff --git a/pkg-repgen/Pkgfile b/pkg-repgen/Pkgfile
index 738926421..e32cef5fc 100644
--- a/pkg-repgen/Pkgfile
+++ b/pkg-repgen/Pkgfile
@@ -10,7 +10,7 @@ source=(http://nutyx.meticul.eu/files/pkg-repgen-$version.tar.gz)
build() {
ARCH_=`uname -m`
- cd pkg-get-$version
+ cd pkg-repgen-$version
make PREFIX=$PKG/usr install
if [ "$ARCH_" == "x86_64" ]; then
sed -i "s/i686/x86_64/" $PKG/usr/bin/pkg-repgen