skalibs: remove sysdeps

thanks @mobinmob
This commit is contained in:
Duncaen 2019-09-23 14:44:12 +02:00
parent b31ac969b6
commit ebf16d2894

View file

@ -7,7 +7,8 @@ build_style=configure
configure_args="--libdir=/usr/lib --enable-static --enable-shared
--enable-clock --enable-monotonic --enable-force-devr
--datadir=/usr/share/$pkgname --libdir=/usr/lib
--bindir=/usr/bin --dynlibdir=/usr/lib"
--bindir=/usr/bin --dynlibdir=/usr/lib
--with-sysdep-devurandom=yes"
short_desc="General purpose libraries for building software from skarnet.org"
maintainer="bougyman <bougyman@voidlinux.org>"
license="ISC"
@ -16,17 +17,6 @@ changelog="https://skarnet.org/software/skalibs/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=f5604f9e5ebb436d3a8efa16a2c4133f7bd424d9f22aa88fe7a372f0153396fb
if [ "$CROSS_BUILD" ]; then
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/2.8.1.0.tar.gz"
checksum+=" b5a56d24caeb731f9a8468fa61ab0e9ae139370609ef4acb36888e69bbe8d98d"
configure_args+=" --with-sysdeps=../${_sysdepspkg}-2.8.1.0/${XBPS_CROSS_TRIPLET}"
case "$XBPS_TARGET_MACHINE" in
aarch64*|armv6*|armv7l*|i686|x86_64*|ppc*) ;;
*) nocross="Missing cross sysdeps" ;;
esac
fi
post_install() {
vlicense COPYING LICENSE
}