#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com)

pkgname=gaupol
pkgver=0.19.2
pkgrel=1gv
source=("http://download.gna.org/gaupol/0.19/gaupol-0.19.2.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}
}