xar: use musl-fts.

This commit is contained in:
Christian Neukirchen 2016-09-26 17:54:24 +02:00
parent 268fd95975
commit 51fd109be8

View file

@ -12,6 +12,13 @@ homepage="https://github.com/mackyle/xar"
distfiles="https://github.com/downloads/mackyle/xar/${pkgname}-${version}.tar.gz"
checksum=ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e
case "$XBPS_TARGET_MACHINE" in
*-musl)
makedepends+=" musl-fts-devel"
LDFLAGS="-lfts"
;;
esac
post_install() {
vlicense LICENSE
}