wok-next view itstool/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 7c5d038be95b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="itstool"
4 VERSION="2.0.5"
5 CATEGORY="utilities"
6 SHORT_DESC="ITS-based XML translation tool"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://itstool.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/pst/itstool.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="http://files.itstool.org/itstool/$TARBALL"
15 TARBALL_SHA1="0341f6e980c00f95c6a5652228578cb13ebf0d98"
17 BUILD_DEPENDS="libxml2-python3"
18 DEPENDS="libxml2-python3"
20 compile_rules() {
21 PYTHON=/usr/bin/python3 \
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }