Date: Saturday, October 31, 2009 @ 12:36:30 Author: andrea Revision: 57455
kdesdk-lokalize 4.3.3 optdepends Added: translate-toolkit/ translate-toolkit/repos/ translate-toolkit/trunk/ translate-toolkit/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Added: translate-toolkit/trunk/PKGBUILD =================================================================== --- translate-toolkit/trunk/PKGBUILD (rev 0) +++ translate-toolkit/trunk/PKGBUILD 2009-10-31 16:36:30 UTC (rev 57455) @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Jaroslav Lichtblau <[email protected]> +# Contributor: Hugo Doria <hugodoria at gmail.com> + +pkgname=translate-toolkit +pkgver=1.4.1 +pkgrel=1 +pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations." +arch=('i686' 'x86_64') +url="http://translate.sourceforge.net" +license=('GPL') +depends=('python-lxml>=2.2.3') +source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2) +md5sums=('820158835f7f8953c4a8b807f7b22f3c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + python setup.py install --root="${pkgdir}" || return 1 +}
