void-packages/srcpkgs/busybox-static/template

15 lines
243 B
Plaintext
Raw Normal View History

2014-11-05 16:55:21 +01:00
. ${XBPS_SRCPKGDIR}/busybox/template
pkgname="busybox-static"
version=1.22.1
revision=1
2014-11-05 16:55:21 +01:00
wrksrc="busybox-${version}"
short_desc+=" (statically linked)"
update_pkgname=busybox
2014-11-05 16:55:21 +01:00
CFLAGS+=" -static"
do_install() {
vbin busybox busybox.static
}