From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/apr-util/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 main/apr-util/APKBUILD (limited to 'main/apr-util/APKBUILD') diff --git a/main/apr-util/APKBUILD b/main/apr-util/APKBUILD new file mode 100644 index 000000000..38ab8eadf --- /dev/null +++ b/main/apr-util/APKBUILD @@ -0,0 +1,32 @@ +# Maintainer: Natanael Copa +pkgname=apr-util +pkgver=1.3.7 +pkgrel=0 +pkgdesc="The Apache Portable Runtime" +url="http://apr.apache.org/" +license="APACHE" +depends= +subpackages="$pkgname-dev" +makedepends="apr-dev expat-dev e2fsprogs-dev" +source="http://www.apache.org/dist/apr/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr \ + --with-apr=/usr \ + --without-pgsql \ + --without-mysql \ + --without-sqlite2 \ + --without-sqlite3 \ + --without-berkeley-db \ + --without-gdbm \ + --without-ldap-lib + + make || return 1 + make DESTDIR="$pkgdir" install + + # we dont need this one + rm "$pkgdir"/usr/lib/*.exp +} + +md5sums="2ed3ae6734290296faa193e1177d50e6 apr-util-1.3.7.tar.bz2" -- cgit v1.2.3