#Packager: George Vlahavas pkgname=gmtk pkgver=1.0.8 pkgrel=2gv source=("http://gmtk.googlecode.com/files/gmtk-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://gmtk.googlecode.com slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gmtk (library for gnome-mplayer and gecko-mediaplayer)" "gmtk stands for Gnome-Mplayer ToolKit. It includes libgmlib - a set of" "functions that support non-graphical operations and libgmtk - a set of" "gtk widgets to use with gnome-mplayer." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --disable-gtk3 \ --enable-gconf \ --disable-schemas-install \ --with-gconf-source="xml::/etc/gconf/gconf.xml.defaults" \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }