# Maintainer: Natanael Copa pkgname=alpine-conf pkgver=2.0_rc3 pkgrel=1 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname depends="openrc" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2 0001-setup-alpine-add-the-hostname-to-etc-hosts.patch " license="GPL-2" build() { cd "$srcdir/$pkgname-$pkgver" patch -p1 -i ../0001-setup-alpine-add-the-hostname-to-etc-hosts.patch \ || return 1 make || return 1 make install PREFIX= DESTDIR="$pkgdir" for i in commit exclude include status update; do ln -s lbu "$pkgdir"/sbin/lbu_$i done } md5sums="54810ee972f0d9c9a992f706af8feb43 alpine-conf-2.0_rc3.tar.bz2 c91b9ca722dfbb479e0739d905211f94 0001-setup-alpine-add-the-hostname-to-etc-hosts.patch"