apr-util: update to 1.6.0.
removed apt-util-freetds, unsupported
This commit is contained in:
parent
bdc6e4e3cf
commit
3daa0a4fe1
|
@ -1,25 +1,24 @@
|
|||
# Template file for 'apr-util'
|
||||
pkgname=apr-util
|
||||
version=1.5.4
|
||||
revision=9
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-apr=${XBPS_CROSS_BASE}/usr/bin/apr-1-config --with-pgsql --with-ldap
|
||||
--with-expat=${XBPS_CROSS_BASE}/usr --with-gdbm=${XBPS_CROSS_BASE}/usr
|
||||
--with-sqlite3=${XBPS_CROSS_BASE}/usr --with-mysql=${XBPS_CROSS_BASE}/usr
|
||||
--with-berkeley-db=${XBPS_CROSS_BASE}/usr --with-odbc=${XBPS_CROSS_BASE}/usr
|
||||
--with-freetds=${XBPS_CROSS_BASE}/usr --with-dbm=db53 --with-crypto --with-openssl
|
||||
--without-oracle --enable-util-dso"
|
||||
--with-dbm=db53 --with-crypto --with-openssl --without-oracle --enable-util-dso"
|
||||
hostmakedepends="libtool apr-devel"
|
||||
makedepends="zlib-devel libressl-devel apr-devel db-devel expat-devel
|
||||
gdbm-devel libldap-devel freetds-devel libmysqlclient-devel unixodbc-devel
|
||||
gdbm-devel libldap-devel libmysqlclient-devel unixodbc-devel
|
||||
postgresql-libs-devel sqlite-devel"
|
||||
short_desc="The Apache Portable Runtime Utility Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://apr.apache.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.apache.org/dist/apr/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a6cf327189ca0df2fb9d5633d7326c460fe2b61684745fd7963e79a6dd0dc82e
|
||||
checksum=8474c93fa74b56ac6ca87449abe3e155723d5f534727f3f33283f6631a48ca4c
|
||||
|
||||
pre_configure() {
|
||||
sed -i configure \
|
||||
|
@ -62,14 +61,6 @@ apr-util-db_package() {
|
|||
vmove "usr/lib/apr-util-1/apr_dbm_db*"
|
||||
}
|
||||
}
|
||||
apr-util-freetds_package() {
|
||||
lib32disabled=yes
|
||||
depends="apr-util-${version}_${revision}"
|
||||
short_desc+=" - FreeTDS module"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/apr-util-1/apr_dbd_freetds*"
|
||||
}
|
||||
}
|
||||
apr-util-gdbm_package() {
|
||||
lib32disabled=yes
|
||||
depends="apr-util-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user