void-packages/srcpkgs/busybox-static/template

12 lines
194 B
Plaintext
Raw Normal View History

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