#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libgnomeuimm pkgver=2.28.0 pkgrel=1 zenver=64 arch=i686 source=("http://ftp.gnome.org/pub/GNOME/sources/libgnomeuimm/2.28/libgnomeuimm-2.28.0.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/libgnomeuimm options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgnomeuimm is the C++ wrapper for libgnomeui" "libgnomeui is the library for the GNOME user interface functions and" "libgnomeuimm is the C++ wrapper for libgnomeui." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }