aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/APKBUILD
blob: 1836b78dbbf30b673bc689108f885baceb878d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-conf
pkgver=3.4.1
pkgrel=1
pkgdesc="Alpine configuration management scripts"
url=http://git.alpinelinux.org/cgit/$pkgname
arch="all"
license="MIT"
depends="openrc>0.13"
source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz
	0001-update-kernel-fix-rpi-missing-overlays.patch
	0002-update-kernel-fix-find-unpaired.patch
	0003-update-kernel-improve-dtb-handling.patch
	"

_builddir="$srcdir"/$pkgname-$pkgver
build() {
	cd "$_builddir"
	make VERSION=$pkgver-r$pkgrel || return 1
}

package() {
	cd "$_builddir"
	make install PREFIX= DESTDIR="$pkgdir" || return 1
	for i in commit exclude include status update; do
		ln -s lbu "$pkgdir"/sbin/lbu_$i
	done
}

md5sums="c599b27ef9754e61cbd6726b9239fa59  alpine-conf-3.4.1.tar.xz
dbec0da0403ec5d224b2b4d71f6eee8b  0001-update-kernel-fix-rpi-missing-overlays.patch
9547aaf63b65fd5c3eb009e22af4750a  0002-update-kernel-fix-find-unpaired.patch
c039d2bdab892b554c80061fb977fb27  0003-update-kernel-improve-dtb-handling.patch"
sha256sums="92c5cbb8078c2ee8ed9e9e749acb40f6cd69a3fbb5e49429abeff2282228f697  alpine-conf-3.4.1.tar.xz
bb06b13c8d7712265dc7700e08023c18306bf4bb7cef8cff07e96562b48bcd48  0001-update-kernel-fix-rpi-missing-overlays.patch
e422c719021fcc8614bcea5eed7e19220ac70fe6f39af3784dc0d02fba2505b7  0002-update-kernel-fix-find-unpaired.patch
f98578628d89a350efc83edde662530414cdf34c869897cd206115e8eb5cb005  0003-update-kernel-improve-dtb-handling.patch"
sha512sums="eda1640e146727edf35713039143f6db4bb485ad34236f21a837f80f09bc27b38cae3e854310eb3a4d8b937766f3e8aab0cf887849bbf385f7f511d24e19cb30  alpine-conf-3.4.1.tar.xz
9555a7a9a5ab62a7e2604a8a7f76de0a939dd1f4fc27f23abd0fd631528d17514a80be718f5a2c0286e33925991b05b30a1c1324903135128d964f1830b23d50  0001-update-kernel-fix-rpi-missing-overlays.patch
b5809e8720bbcaf89e6f336e5351d796a3ea5df4c02aac8cb0845bf4f7a3cf3a4ed70ab548f0620d38c47a57319bc1e63a131b2d8b535f7932e74f7163950536  0002-update-kernel-fix-find-unpaired.patch
9228b13f862ac5a4085c9e0a24115e488a76ea817437f252414956b543887135c5e0da3a2cd5d96f69f5ee8cabb3eafaef693b4fe28f9e9b74fa6c0c92280b82  0003-update-kernel-improve-dtb-handling.patch"