aboutsummaryrefslogtreecommitdiffstats
path: root/core/abuild/APKBUILD
blob: c68050df9bef0718f4c8ecc86c2e1ab4fb9560cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=1.15.2
pkgrel=1
url=http://git.alpinelinux.org/cgit/abuild/
source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2
	"
depends="fakeroot file sudo pax-utils"
license=GPL-2

build() {
	cd "$srcdir/$pkgname-$pkgver"

	make install DESTDIR="$pkgdir"
	install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
}

md5sums="dd03e8e79b3b4fa9bc17a9acc1b4e520  abuild-1.15.2.tar.bz2"