#Packager: George Vlahavas pkgname=txt2tags pkgver=20160225 pkgrel=1gv source=("txt2tags-$pkgver.tar.xz") url=http://txt2tags.sourceforge.net options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "txt2tags (a document generator)" "txt2tags is a document generator. It reads a text file with minimal " "markup as **bold** and //italic// and converts it to the following " "formats: HTML, XHTML, SGML, LaTeX, Lout, Man page, MoinMoin " "MagicPoint, PageMaker, ..." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }