#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=libxml++ pkgver=2.32.0 zenver=66 pkgrel=1 arch=i686 source=(http://ftp.acc.umu.se/pub/GNOME/sources/libxml++/2.32/libxml++-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://ftp.acc.umu.se/pub/GNOME/sources/libxml++ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libxml++ - C++ bindings for the libxml2 library" "This library provides a C++ interface to XML files. It uses libxml 2" "to access the XML files." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }