mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
dar: update to 2.5.17.
This commit is contained in:
parent
f495a49cbe
commit
0ab2ecd44e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dar'
|
# Template file for 'dar'
|
||||||
pkgname=dar
|
pkgname=dar
|
||||||
version=2.5.16
|
version=2.5.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-upx --disable-build-html"
|
configure_args="--disable-upx --disable-build-html"
|
||||||
|
@ -12,10 +12,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://dar.linux.free.fr/"
|
homepage="http://dar.linux.free.fr/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/dar/dar-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/dar/dar-${version}.tar.gz"
|
||||||
checksum=e957c97101a17dc91dca00078457f225d2fa375d0db0ead7a64035378d4fc33b
|
checksum=7bf4a5f3f9ac78a5b5cd37d7e94cd3299239f26fdc5404b53f36f1036da286df
|
||||||
conf_files="/etc/darrc"
|
conf_files="/etc/darrc"
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr
|
configure_args+=" --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr
|
||||||
ac_cv_lib_gcrypt_gcry_check_version=false"
|
ac_cv_lib_gcrypt_gcry_check_version=false"
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lgcrypt"
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lgcrypt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue