New package: busybox-static-1.22.1

This commit is contained in:
Christian Neukirchen 2014-11-05 16:55:21 +01:00
parent b851cfb31d
commit c6aac63c6f
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
../busybox/files

View file

@ -0,0 +1,11 @@
. ${XBPS_SRCPKGDIR}/busybox/template
pkgname="busybox-static"
wrksrc="busybox-${version}"
short_desc+=" (statically linked)"
CFLAGS+=" -static"
do_install() {
vbin busybox busybox.static
}