summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-27 10:14:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-27 10:14:51 +0000
commitc6c98b52d0755bbf118f1a2de754c497360c4d94 (patch)
tree455629e845240db95c4ed876e0869cb224c1bfc5 /core
parent8b60075ab36ca1c9f0b48efd44e21899504fdac1 (diff)
downloadaports-c6c98b52d0755bbf118f1a2de754c497360c4d94.tar.bz2
aports-c6c98b52d0755bbf118f1a2de754c497360c4d94.tar.xz
core/alpine-baselayout: upgrade to 2.0_alpha7
Diffstat (limited to 'core')
-rw-r--r--core/alpine-baselayout/APKBUILD19
1 files changed, 2 insertions, 17 deletions
diff --git a/core/alpine-baselayout/APKBUILD b/core/alpine-baselayout/APKBUILD
index 1a8fedf2..09ee74e2 100644
--- a/core/alpine-baselayout/APKBUILD
+++ b/core/alpine-baselayout/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-baselayout
-pkgver=2.0_alpha6
+pkgver=2.0_alpha7
pkgrel=0
pkgdesc="Alpine base dir structure and init scripts"
url=http://git.alpinelinux.org/cgit/alpine-baselayout
@@ -8,24 +8,9 @@ depends="uclibc"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
license=GPL-2
-_gitname=$pkgname
-_gitroot=git://dev.alpinelinux.org/$_gitname
-
build() {
cd "$srcdir"/$pkgname-$pkgver
-# msg "Connecting to GIT server..."
-# if [ -d $_gitname ]; then
-# cd $_gitname && git pull
-# else
-# git clone $_gitroot
-# fi
-
-# cd $srcdir/$_gitname
-# git checkout -b $pkgver @{`echo $pkgver | tr . -`} || return 1
-
- # workaround
- sed -i -e '/coldplug/d' init.d/Makefile
make
make install PREFIX= DESTDIR="$pkgdir" || return 1
}
-md5sums="09aca19e816ce12b0410f314a5b65f95 alpine-baselayout-2.0_alpha6.tar.bz2"
+md5sums="ae635c2c9d91b442c976f4601c266608 alpine-baselayout-2.0_alpha7.tar.bz2"