#Maintainer: George Vlahavas pkgname=gtkmm pkgver=2.18.2 pkgrel=1gv arch=x86_64 source=("http://ftp.acc.umu.se/pub/GNOME/sources/gtkmm/2.18/gtkmm-$pkgver.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "porting") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtkmm - a 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. GTKmm is free software distributed under" "the GNU Library General Public License (LGPL)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-demos --disable-docs make -j3 || return 1 make install DESTDIR=$startdir/pkg # remove html doc rm -r $startdir/pkg/usr/share/doc }