toybox: rebuild for libxcrypt
This commit is contained in:
parent
418b039fc7
commit
595d6e6f73
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'toybox'
|
# Template file for 'toybox'
|
||||||
pkgname=toybox
|
pkgname=toybox
|
||||||
version=0.8.10
|
version=0.8.10
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="BSD-licensed alternative to busybox"
|
short_desc="BSD-licensed alternative to busybox"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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"
|
distfiles="http://www.landley.net/toybox/downloads/toybox-${version}.tar.gz"
|
||||||
checksum=d3afee05ca90bf425ced73f527e418fecd626c5340b5f58711a14531f8d7d108
|
checksum=d3afee05ca90bf425ced73f527e418fecd626c5340b5f58711a14531f8d7d108
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv toybox-${version} toybox
|
mv toybox-${version} toybox
|
||||||
cp -r toybox toybox-static
|
cp -r toybox toybox-static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue