void-packages/srcpkgs/itstool/template

25 lines
710 B
Plaintext

# Template file for 'itstool'
pkgname=itstool
version=1.2.0
revision=1
build_style=gnu-configure
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=46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa
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 usr
}
}