1 # Contributor: Giorgio Lando <patroclo7@gmail.com>
2 # Contributor: Hauke Wesselmann <hauke@h-dawg.de>
6 pkgdesc="Library and Tools to parse, encode and handle WBXML documents"
8 url="http://libwbxml.aymerick.com"
10 depends=('zlib' 'expat' 'popt' 'libxml2')
11 makedepends=('libtool' 'autoconf' 'm4' 'automake')
12 source=(http://downloads.sourceforge.net/sourceforge/wbxmllib/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('67a48fd9b69db8818a4dca5375c7993a')
16 cd ${startdir}/src/${pkgname}-${pkgver}
21 ./configure --prefix=/usr
23 make DESTDIR=${startdir}/pkg install