aports/main/bbsuid/APKBUILD
Natanael Copa 27bcdd8e10 main/bbsuid: make it dummy
This package is no longer needed but is kept for compatibility
It used to be a part of alpine-base

ref #527
2011-04-11 13:33:13 +00:00

21 lines
304 B
Plaintext

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bbsuid
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=""
build() {
return 0
}
package() {
mkdir -p "$pkgdir"
}
md5sums=""