mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
itstool: update to 2.0.0.
This commit is contained in:
parent
77a3ffc60c
commit
9e70cf7fe0
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'itstool'
|
# Template file for 'itstool'
|
||||||
pkgname=itstool
|
pkgname=itstool
|
||||||
version=1.2.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="python"
|
||||||
makedepends="python libxml2-python"
|
makedepends="python libxml2-python"
|
||||||
short_desc="ITS Tool"
|
short_desc="ITS Tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://itstool.org/"
|
homepage="http://itstool.org/"
|
||||||
distfiles="http://files.itstool.org/itstool/$pkgname-$version.tar.bz2"
|
distfiles="http://files.itstool.org/itstool/$pkgname-$version.tar.bz2"
|
||||||
checksum=46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa
|
checksum=14708111b11b4a70e240e3b404d7a58941e61dbb5caf7e18833294d654c09169
|
||||||
long_desc="
|
long_desc="
|
||||||
ITS Tool allows you to translate your XML documents with PO files, using
|
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
|
rules from the W3C Internationalization Tag Set (ITS) to determine what to
|
||||||
|
@ -19,6 +20,6 @@ itstool_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
depends="python libxml2-python"
|
depends="python libxml2-python"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue