#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=pangomm pkgver=2.26.0 pkgrel=1gv arch=x86_64 source=(http://ftp.acc.umu.se/pub/GNOME/sources/pangomm/2.26/pangomm-$pkgver.tar.bz2) docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pangomm - C++ Wrapper for pango" "Pangomm is a C++ wrapper for the pango library. Originally part of" "gtkmm, pangomm provides convenient C++ interfaces for handling both" "the layout and internationalization of text in graphical applications." ) 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 }