#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=libass pkgver=0.9.6 zenver=62 pkgrel=1 arch=i686 source=(http://garr.dl.sourceforge.net/sourceforge/libass/libass-0.9.6.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://sourceforge.net/projects/libass sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libass is a portable library for SSA/ASS subtitles rendering." "LibASS is a library that renders SSA/ASS subtitles. SSA stands for Sub" "Station Alpha. It's the file format used by the popular subtitle" "editor, SubStation Alpha. This format is widely used by fansubbers." "Advanced SubStation Alpha (ASS) is a script for more advanced" "subtitles than SSA." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }