4 pkgdesc="A C++ port of Log4j"
5 url="http://logging.apache.org/log4cxx"
7 depends=('apr-util' 'libxml2')
9 makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
11 source=(http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz
12 log4cxx-0.10.0-missing_includes.patch)
13 md5sums=('b30ffb8da3665178e68940ff7a61084c'
14 'dfa17719a57b19f12cbef94419a2aac8')
17 cd $startdir/src/apache-$pkgname-$pkgver
19 patch -p1 < $startdir/log4cxx-0.10.0-missing_includes.patch
21 ./configure --prefix=/usr --disable-static
23 make DESTDIR=$startdir/pkg install