# Template file for 'xbps-static' # # NOTE: keep this package synchronized with "srcpkgs/xbps". pkgname=xbps-static version=0.41 revision=9 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities - static binaries" maintainer="Juan RP " homepage="http://www.voidlinux.eu/xbps" license="Simplified BSD" distfiles="https://github.com/voidlinux/xbps/archive/${version}.tar.gz" checksum=e9d7d9a50e549be7069d328277dfae466acf53cbda59ef99eae7bbe9a096ee76 hostmakedepends="which pkg-config git" makedepends="zlib-devel libressl-devel libarchive-devel>=3.1.2" depends="xbps-triggers" only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl" case "$XBPS_TARGET_MACHINE" in i686-musl) CFLAGS+=" -fno-stack-protector";; esac do_configure() { HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug } do_install() { make DESTDIR=${wrksrc}/static-install install vmkdir usr/sbin mv ${wrksrc}/static-install/usr/sbin/*.static ${DESTDIR}/usr/sbin }