#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=libass pkgver=0.9.6 pkgrel=1gv arch=x86_64 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 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }