parent
32aa52d750
commit
703e6e5849
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dar'
|
||||
pkgname=dar
|
||||
version=2.5.13
|
||||
version=2.5.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-upx --disable-build-html"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://dar.linux.free.fr/"
|
||||
distfiles="${SOURCEFORGE_SITE}/dar/dar-${version}.tar.gz"
|
||||
checksum=729119784f86197542c2b3786a956b46384e2a85fc22a5e39d93d7c16969c6cf
|
||||
checksum=fae049166b2b2a4f9db4fe3e4d135a520a5b93ffeb4089428b60f8c54603c5c5
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
|
@ -24,6 +24,11 @@ pre_configure() {
|
|||
autoreconf -fi
|
||||
}
|
||||
|
||||
do_check() {
|
||||
# need to be run as root
|
||||
:
|
||||
}
|
||||
|
||||
libdar_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue