#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gtkmm3 pkgver=3.2.0 pkgrel=2 zenver=72 arch=i686 source=("http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.2/gtkmm-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "porting") url=http://ftp.gnome.org/pub/GNOME/sources/gtkmm options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtkmm - C++ Interface to GTK+" "GTKmm is the official C++ interface for the popular GUI library GTK+." "Highlights include typesafe callbacks, and a comprehensive set of" "widgets that are easily extensible via inheritance. You can create" "user interfaces either in code or with the Glade User Interface" "designer, using libglademm. There's extensive documentation," "including API reference and a tutorial. GTKmm is free software" "distributed under the GNU Library General Public License (LGPL)." ) build() { cd $startdir/src/gtkmm-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-documentation --disable-static make || return 1 make install DESTDIR=$startdir/pkg }