#Maintainer: George Vlahavas (vlahavas~AT~gmail~DOT~com) pkgname=totem-pl-parser pkgver=3.4.5 pkgrel=1gv source=("http://ftp.acc.umu.se/pub/GNOME/sources/totem-pl-parser/3.4/totem-pl-parser-3.4.5.tar.xz") 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 \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }