summaryrefslogtreecommitdiffstats
path: root/core/apk-tools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-12 10:01:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-12 10:01:34 +0000
commitaa956f2ba0f4817107cf0813c7dfb4a7b07a86a2 (patch)
tree4dce0154652b8d5ac0f42ce54bb002e9bf1e5dc0 /core/apk-tools
parentfe8270e5de0838ad41f837c937e92331be8ccf81 (diff)
downloadaports-aa956f2ba0f4817107cf0813c7dfb4a7b07a86a2.tar.bz2
aports-aa956f2ba0f4817107cf0813c7dfb4a7b07a86a2.tar.xz
core/apk-tools: change to cgit 0.8.2 style
Diffstat (limited to 'core/apk-tools')
-rw-r--r--core/apk-tools/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/apk-tools/APKBUILD b/core/apk-tools/APKBUILD
index 2067b140..dc790fb3 100644
--- a/core/apk-tools/APKBUILD
+++ b/core/apk-tools/APKBUILD
@@ -4,12 +4,12 @@ pkgrel=0
pkgdesc="Alpine Package Keeper - package manager for alpine"
depends="uclibc"
makedepends="zlib-dev"
-source="http://dev.alpinelinux.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
-url="http://dev.alpinelinux.org/cgit/cgit.cgi/apk-tools/"
+source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
+url="http://git.alpinelinux.org/cgit/apk-tools/"
license=GPL-2
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
make
make DESTDIR="$pkgdir" install
cd "$pkgdir/sbin"
@@ -21,4 +21,4 @@ build() {
ln -s apk apk_version
}
-md5sums="b38cfade801c0ea5f9823f555ddfde1a apk-tools-2.0_pre8.tar.bz2"
+md5sums="fb6218940fba9dac3ef241c3f87d0d13 apk-tools-2.0_pre8.tar.bz2"