diff options
Diffstat (limited to 'core/bbsuid/APKBUILD')
-rw-r--r-- | core/bbsuid/APKBUILD | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/bbsuid/APKBUILD b/core/bbsuid/APKBUILD deleted file mode 100644 index 45db1e43dc..0000000000 --- a/core/bbsuid/APKBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# 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="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" |