Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,3 @@
libdb-4.8.so
libpthread.so.0
libc.so.6

View File

@@ -1,13 +1,12 @@
# Template file for 'apr-util-db'.
#
revision=1
short_desc="${short_desc} - Berkeley DB module"
long_desc="
${long_desc}
This packages contains APR Utility module for Berkeley DB."
Add_dependency run glibc
Add_dependency run libdb
Add_dependency run apr-util
do_install()

View File

@@ -0,0 +1,3 @@
libgdbm.so.3
libpthread.so.0
libc.so.6

View File

@@ -1,13 +1,12 @@
# Template file for 'apr-util-gdbm'.
#
revision=1
short_desc="${short_desc} - GDBM module"
long_desc="
${long_desc}
This packages contains the APR Utility module for GDBM."
Add_dependency run glibc
Add_dependency run gdbm
Add_dependency run apr-util
do_install()

View File

@@ -0,0 +1,4 @@
libldap-2.4.so.2
liblber-2.4.so.2
libpthread.so.0
libc.so.6

View File

@@ -1,13 +1,12 @@
# Template file for 'apr-util-ldap'.
#
revision=1
short_desc="${short_desc} - LDAP support"
long_desc="
${long_desc}
This packages contains APR Utility support for LDAP."
Add_dependency run glibc
Add_dependency run libldap
Add_dependency run apr-util
do_install()

View File

@@ -0,0 +1,9 @@
libmysqlclient_r.so.16
libz.so.1
libcrypt.so.1
libnsl.so.1
libm.so.6
libpthread.so.0
libssl.so.1
libcrypto.so.1
libc.so.6

View File

@@ -1,15 +1,12 @@
# Template file for 'apr-util-mysql'.
#
revision=1
short_desc="${short_desc} - MySQL module"
long_desc="
${long_desc}
This packages contains the APR Utility module for MySQL."
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run libssl
Add_dependency run libmysqlclient
Add_dependency run apr-util
do_install()

View File

@@ -0,0 +1,3 @@
libpq.so.5
libpthread.so.0
libc.so.6

View File

@@ -1,13 +1,12 @@
# Template file for 'apr-util-pgsql'.
#
revision=1
short_desc="${short_desc} - PostgreSQL module"
long_desc="
${long_desc}
This packages contains the APR Utility module for PostgreSQL."
Add_dependency run glibc
Add_dependency run postgresql-libs
Add_dependency run apr-util
do_install()

View File

@@ -0,0 +1,3 @@
libsqlite3.so.0
libpthread.so.0
libc.so.6

View File

@@ -1,13 +1,12 @@
# Template file for 'apr-util-sqlite'.
#
revision=1
short_desc="${short_desc} - SQLite module"
long_desc="
${long_desc}
This packages contains the APR Utility module for SQLite."
Add_dependency run glibc
Add_dependency run sqlite
Add_dependency run apr-util
do_install()

View File

@@ -0,0 +1,8 @@
libexpat.so.1
libapr-1.so.0
libuuid.so.1
librt.so.1
libcrypt.so.1
libpthread.so.0
libdl.so.2
libc.so.6

View File

@@ -6,6 +6,7 @@ build_style=gnu-configure
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
--with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc
--with-expat=/usr --without-oracle"
revision=1
short_desc="The Apache Portable Runtime Utility Library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://apr.apache.org/"
@@ -23,10 +24,6 @@ long_desc="
subpackages="$pkgname-db $pkgname-gdbm $pkgname-sqlite $pkgname-mysql"
subpackages="${subpackages} $pkgname-pgsql $pkgname-ldap $pkgname-devel"
Add_dependency run apr
Add_dependency run expat
Add_dependency run glibc
Add_dependency run libuuid
Add_dependency build apr-devel
Add_dependency build db-devel