summaryrefslogtreecommitdiffstats
path: root/main/bbsuid/APKBUILD
blob: 6b2bdc782124d7431a1f86e683b6c1ecfde9c100 (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=1
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.git/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"