mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
apr-utils: upgrade 1.3.12 license/homepage
gawk/sed build depends
This commit is contained in:
parent
94df2cfcf7
commit
1eac091447
1 changed files with 13 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'apr-util'
|
# Template file for 'apr-util'
|
||||||
pkgname=apr-util
|
pkgname=apr-util
|
||||||
version=1.3.10
|
version=1.3.12
|
||||||
distfiles="http://www.apache.org/dist/apr/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.apache.org/dist/apr/${pkgname}-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
|
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
|
||||||
|
@ -8,7 +8,9 @@ configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
|
||||||
--with-expat=/usr --without-oracle"
|
--with-expat=/usr --without-oracle"
|
||||||
short_desc="The Apache Portable Runtime Utility Library"
|
short_desc="The Apache Portable Runtime Utility Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1ac0c049078e17f6bf609bf763634d6851961b5cb81fbca2f9c9810510d017ee
|
homepage="http://apr.apache.org/"
|
||||||
|
license="Apache-2.0"
|
||||||
|
checksum=93976dc2f40d8622c4e9c355f419bb20f2c0dd843ee21a295a092d1c1b950d9c
|
||||||
long_desc="
|
long_desc="
|
||||||
APR is Apache's Portable Runtime Library, designed to be a support library
|
APR is Apache's Portable Runtime Library, designed to be a support library
|
||||||
that provides a predictable and consistent interface to underlying
|
that provides a predictable and consistent interface to underlying
|
||||||
|
@ -21,22 +23,24 @@ long_desc="
|
||||||
subpackages="$pkgname-db $pkgname-gdbm $pkgname-sqlite $pkgname-mysql"
|
subpackages="$pkgname-db $pkgname-gdbm $pkgname-sqlite $pkgname-mysql"
|
||||||
subpackages="${subpackages} $pkgname-pgsql $pkgname-ldap $pkgname-devel"
|
subpackages="${subpackages} $pkgname-pgsql $pkgname-ldap $pkgname-devel"
|
||||||
|
|
||||||
|
Add_dependency run apr
|
||||||
|
Add_dependency run expat
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libuuid
|
Add_dependency run libuuid
|
||||||
Add_dependency run expat
|
|
||||||
Add_dependency run apr
|
|
||||||
|
|
||||||
Add_dependency build zlib-devel
|
|
||||||
Add_dependency build openssl-devel
|
|
||||||
Add_dependency build apr-devel
|
Add_dependency build apr-devel
|
||||||
Add_dependency build libuuid-devel
|
|
||||||
Add_dependency build expat-devel
|
|
||||||
Add_dependency build db-devel
|
Add_dependency build db-devel
|
||||||
|
Add_dependency build expat-devel
|
||||||
|
Add_dependency build gawk
|
||||||
Add_dependency build gdbm-devel
|
Add_dependency build gdbm-devel
|
||||||
Add_dependency build sqlite-devel
|
|
||||||
Add_dependency build libldap-devel
|
Add_dependency build libldap-devel
|
||||||
Add_dependency build libmysqlclient-devel
|
Add_dependency build libmysqlclient-devel
|
||||||
|
Add_dependency build libuuid-devel
|
||||||
|
Add_dependency build openssl-devel
|
||||||
Add_dependency build postgresql-libs-devel
|
Add_dependency build postgresql-libs-devel
|
||||||
|
Add_dependency build sed
|
||||||
|
Add_dependency build sqlite-devel
|
||||||
|
Add_dependency build zlib-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue