toybox: rebuild for libxcrypt
This commit is contained in:
parent
418b039fc7
commit
595d6e6f73
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'toybox'
|
||||
pkgname=toybox
|
||||
version=0.8.10
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
short_desc="BSD-licensed alternative to busybox"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -10,6 +10,10 @@ homepage="http://www.landley.net/toybox"
|
|||
distfiles="http://www.landley.net/toybox/downloads/toybox-${version}.tar.gz"
|
||||
checksum=d3afee05ca90bf425ced73f527e418fecd626c5340b5f58711a14531f8d7d108
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
mv toybox-${version} toybox
|
||||
cp -r toybox toybox-static
|
||||
|
|
Loading…
Reference in New Issue