#Maintainer: George Vlahavas (vlahavas~AT~gmail~DOT~com) pkgname=totem-pl-parser pkgver=2.26.2 pkgrel=1gv arch=x86_64 source=("http://ftp.acc.umu.se/pub/GNOME/sources/totem-pl-parser/2.26/totem-pl-parser-2.26.2.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "totem-pl-parser - A library to parse playlists" "totem-pl-parser is a library used to parse playlist. It is used by the" "Totem movie player" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }