aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/APKBUILD
blob: 07c72a8b919bf5f12c3be82df076937394879bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=2.1
pkgrel=1
url=http://git.alpinelinux.org/cgit/abuild/
source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2
	versioned-deps.patch
	"
depends="fakeroot file sudo pax-utils openssl apk-tools"
makedepends="openssl-dev pkgconfig"
license=GPL-2

build() {
	cd "$srcdir/$pkgname-$pkgver"
	patch -p1 -i "$srcdir"/versioned-deps.patch || return 1
	make
	make install DESTDIR="$pkgdir"
	install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
}

md5sums="2268fa6147c8088139ef136184cd2ae0  abuild-2.1.tar.bz2
9fb2ff2f601a558065f4524c45a94997  versioned-deps.patch"