summaryrefslogtreecommitdiffstats
path: root/core/apk-tools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-05 19:41:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-05 19:41:43 +0000
commita03848f1d518446f270742dc19f17cb5e6b47e83 (patch)
tree0f48a6715a65caae3b7e6cea516e057663863f48 /core/apk-tools
parente66b377ce78df40468e2bc0a751bd3b9b54fac91 (diff)
new aport: core/apk-tools
Diffstat (limited to 'core/apk-tools')
-rw-r--r--core/apk-tools/APKBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/apk-tools/APKBUILD b/core/apk-tools/APKBUILD
new file mode 100644
index 00000000000..819b8df9c64
--- /dev/null
+++ b/core/apk-tools/APKBUILD
@@ -0,0 +1,13 @@
+pkgname=apk-tools
+pkgver=0.15
+depends="uclibc"
+source=http://downloads.sourceforge.net/apk-tools/apk-tools-0.15.tar.gz
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ cp ../../mergedir.c .
+ make
+ make DESTDIR=$pkgdir install
+}
+
+md5sums="e173ab37daaf011acddde4f84ddb3b08 apk-tools-0.15.tar.gz"