void-packages/srcpkgs/itstool/template
2013-11-05 16:15:25 +01:00

26 lines
735 B
Plaintext

# Template file for 'itstool'
pkgname=itstool
version=2.0.0
revision=1
build_style=gnu-configure
hostmakedepends="python"
makedepends="python libxml2-python"
short_desc="ITS Tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://itstool.org/"
distfiles="http://files.itstool.org/itstool/$pkgname-$version.tar.bz2"
checksum=14708111b11b4a70e240e3b404d7a58941e61dbb5caf7e18833294d654c09169
long_desc="
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."
itstool_package() {
noarch="yes"
depends="python libxml2-python"
pkg_install() {
vmove all
}
}