#Maintainer: Thorsten Muehlfelder pkgname=libxml++ pkgver=2.26.1 pkgrel=1tm arch=x86_64 source=(http://ftp.acc.umu.se/pub/GNOME/sources/libxml++/2.26/libxml++-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://ftp.acc.umu.se/pub/GNOME/sources/libxml++ options=('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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make -j3 || return 1 make install DESTDIR=$startdir/pkg }