aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/APKBUILD
blob: f8f5aa49d5a194301b67798647ba2d9c4cb43d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=2.0_rc7
pkgrel=0
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 openssl apk-tools"
makedepends="openssl-dev pkgconfig"
license=GPL-2

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

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

md5sums="cde72d1673d60a069c421c750d157c16  abuild-2.0_rc7.tar.bz2"