# Maintainer: Natanael Copa pkgname=bbsuid pkgver=0.3 pkgrel=0 pkgdesc="Busybox SUID root application wrapper" url="http://git.alpinelinux.org/cgit/bbsuid" license="GPL-2" depends="uclibc 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"