#Maintainer: Juhana Uuttu pkgname=gdome2 pkgver=0.8.1 pkgrel=1 zenver=54 arch=i486 docs=("readme" "readme.developer" "install" "copying" "copying.lib" "changelog" "authors" "maintainers") url=http://gdome2.cs.unibo.it/ source=("http://gdome2.cs.unibo.it/tarball/gdome2-$pkgver.tar.gz") slackdesc=\ ( #|-----kädet-rulez------------------------------------------------------| "$pkgname - DOM C library developed for the Gnome project" "The Document Object Model is a platform and language-neutral interface" "that will allow programs and scripts to dynamically access and update" "the content, structure and style of documents." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make check make install DESTDIR=$startdir/pkg }