1 # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
2 # Contributor : Geraud Le Falher <daureg@gmail.com>
7 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
9 url="http://log4cpp.sourceforge.net/"
11 depends=('gcc-libs' 'libnsl')
12 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 sha256sums=('696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6')
17 ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
23 make DESTDIR="$pkgdir" install