#Packager: George Vlahavas pkgname=libkate pkgver=0.4.1 pkgrel=2gv source=("https://libkate.googlecode.com/files/libkate-0.4.1.tar.gz" "libkate-0.4.1-no-libfl.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://code.google.com/p/libkate/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libkate (a karaoke and text codec for embedding in ogg)" "Kate is an overlay codec, originally designed for karaoke and text," "that can be multiplixed in Ogg. Text and images can be carried by a" "Kate stream, and animated. Most of the time, this would be multiplexed" "with audio/video to carry subtitles, song lyrics (with or without" "karaoke data), etc, but doesn't have to be." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/libkate-0.4.1-no-libfl.patch || exit 1 libtoolize --copy --force aclocal automake --add-missing --copy --force-missing ./configure --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 }