#Packager: George Vlahavas pkgname=libmatewnck pkgver=1.4.0 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.4/libmatewnck-1.4.0.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libmatewnck (Window Navigator Construction Kit library)" "libmatewnck is the Window Navigator Construction Kit, a library for" "use in writing pagers, tasklists, and more generally applications that" "are dealing with window management. It tries hard to respect the" "Extended Window Manager Hints specification (EWMH)." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg # we don't need these rm -rf $startdir/pkg/usr/share/gtk-doc }