#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=gaupol pkgver=0.17.1 pkgrel=1gv source=("http://download.gna.org/gaupol/0.17/gaupol-0.17.1.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "credits" "pkg-info" "modules" "releasing") url=http://home.gna.org/gaupol/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gaupol (an editor for text-based subtitle files)" "Gaupol supports multiple subtitle file formats and provides means" "of correcting texts and timing subtitles to match video. The user" "interface is designed with attention to batch processing of" "multiple documents and convenience of translating." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg --install-platlib=/usr/lib${LIBDIRSUFFIX} }