#Packager: George Vlahavas pkgname=itstool pkgver=2.0.2 pkgrel=1gv arch=noarch source=("http://files.itstool.org/itstool/itstool-$pkgver.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://itstool.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "itstool (Translate XML documents with PO files)" "ITS Tool allows you to translate your XML documents with PO files," "using rules from the W3C Internationalization Tag Set (ITS) to" "determine what to translate and how to separate it into PO file" "messages." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }