aboutsummaryrefslogtreecommitdiffstats
path: root/main/bbsuid/APKBUILD
blob: 4c017a70c7e76b5e1a686c1e49f8bfbb9868c810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bbsuid
pkgver=0.5
pkgrel=0
pkgdesc="Busybox SUID root application wrapper"
url="http://git.alpinelinux.org/cgit/bbsuid"
arch="all"
license="GPL-2"
depends="busybox"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

build() {
	cd "$srcdir/$pkgname-$pkgver"
	make || return 1
}

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make install DESTDIR="$pkgdir"
}

md5sums="bc1739330dc66952f15c714841a9a32b  bbsuid-0.5.tar.bz2"