23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
17 lines
609 B
Text
17 lines
609 B
Text
# Template file for 'itstool'
|
|
pkgname=itstool
|
|
version=1.1.1
|
|
revision=1
|
|
distfiles="http://files.itstool.org/itstool/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="ITS Tool"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=0fffba8f7249dbfadf0182aedf0ce210cd409b4240021c4c8693e3dd1f7b90c9
|
|
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."
|
|
|
|
noarch=yes
|
|
Add_dependency run python ">=0"
|
|
Add_dependency run libxml2-python ">=0"
|