aboutsummaryrefslogtreecommitdiffstats
path: root/main/bbsuid/APKBUILD
blob: 8a157b3923b460ebe5ff7abb98e297dd90306964 (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=0
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"