itstool: initial import

This commit is contained in:
Danny Rawlins 2013-11-20 23:55:10 +11:00
parent abcc8281f5
commit 337f0129e6
3 changed files with 37 additions and 0 deletions

15
itstool/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/itstool
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/itstool.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/itstool/
drwxr-xr-x root/root usr/share/itstool/its/
-rw-r--r-- root/root usr/share/itstool/its/docbook.its
-rw-r--r-- root/root usr/share/itstool/its/docbook5.its
-rw-r--r-- root/root usr/share/itstool/its/its.its
-rw-r--r-- root/root usr/share/itstool/its/mallard.its
-rw-r--r-- root/root usr/share/itstool/its/ttml.its
-rw-r--r-- root/root usr/share/itstool/its/xhtml.its

1
itstool/.md5sum Normal file
View File

@ -0,0 +1 @@
40935cfb08228488bd45575e5f001a34 itstool-2.0.1.tar.bz2

21
itstool/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: XML to PO and back again.
# URL: http://itstool.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: libxml2-python
name=itstool
version=2.0.1
release=1
source=(http://files.itstool.org/itstool/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}