summaryrefslogtreecommitdiffstats
path: root/main/bbsuid/APKBUILD
blob: 4389e9a1855dac443fec7ccc32f8faa544af3e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bbsuid
pkgver=0.3
pkgrel=1
pkgdesc="Busybox SUID root application wrapper"
url="http://git.alpinelinux.org/cgit/bbsuid"
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
	make install DESTDIR="$pkgdir"
}

md5sums="80bbdf219d82c9478d2080211fcd8ed1  bbsuid-0.3.tar.bz2"