itstool: contrib -> opt

This commit is contained in:
Danny Rawlins 2021-01-31 21:34:26 +11:00
parent 495c2b0b4a
commit bde89d33ac
3 changed files with 39 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/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
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/itstool.1.gz

5
itstool/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Ue3AciA3iT0SvcyN/lQpyutk16Exl9bfyP8rKvQY2wOQ2qarN32lekJnka7oejoLKL48R4telBDUmXVLjeZJww=
SHA256 (Pkgfile) = 0e79ad7775b2d8f81344f5921545e5130a6d7aba93e5e222efd467a508896f4f
SHA256 (.footprint) = c4575ed0855fe330812c99fc5a1cad8647601e5ef70601a67151289b91d16ee6
SHA256 (itstool-2.0.6.tar.bz2) = 6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa917b92a9

19
itstool/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: XML to PO and back again.
# URL: http://itstool.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-libxml2
name=itstool
version=2.0.6
release=2
source=(http://files.itstool.org/itstool/$name-$version.tar.bz2)
build() {
cd $name-$version
PYTHON=/usr/bin/python3 \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}