diff options
Diffstat (limited to 'main/bbsuid')
-rw-r--r-- | main/bbsuid/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/main/bbsuid/APKBUILD b/main/bbsuid/APKBUILD index 6b2bdc7821..06da12d951 100644 --- a/main/bbsuid/APKBUILD +++ b/main/bbsuid/APKBUILD @@ -1,22 +1,20 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bbsuid -pkgver=0.5 -pkgrel=1 -pkgdesc="Busybox SUID root application wrapper" +pkgver=0.6 +pkgrel=0 +pkgdesc="Obsolete package that can be removed" 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" +source="" build() { - cd "$srcdir/$pkgname-$pkgver" - make || return 1 + return 0 } package() { - cd "$srcdir/$pkgname-$pkgver" - make install DESTDIR="$pkgdir" + mkdir -p "$pkgdir" } -md5sums="bc1739330dc66952f15c714841a9a32b bbsuid-0.5.tar.bz2" +md5sums="" |