wok-next annotate itstool/receipt @ rev 21631

updated ettercap (0.8.2 -> 0.8.3)
author Hans-G?nter Theisgen
date Fri Jun 26 09:47:36 2020 +0100 (2020-06-26)
parents 7c5d038be95b
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@13533 2
pascal@13533 3 PACKAGE="itstool"
al@21085 4 VERSION="2.0.5"
pascal@13533 5 CATEGORY="utilities"
pascal@13533 6 SHORT_DESC="ITS-based XML translation tool"
pascal@13533 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15023 8 LICENSE="GPL3"
al@19607 9 WEB_SITE="http://itstool.org/"
al@21085 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/pst/itstool.html"
al@21009 11 HOST_ARCH="any"
al@19607 12
pascal@13533 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13533 14 WGET_URL="http://files.itstool.org/itstool/$TARBALL"
al@21085 15 TARBALL_SHA1="0341f6e980c00f95c6a5652228578cb13ebf0d98"
pascal@13533 16
al@21106 17 BUILD_DEPENDS="libxml2-python3"
al@21106 18 DEPENDS="libxml2-python3"
pascal@15023 19
al@20443 20 compile_rules() {
al@21085 21 PYTHON=/usr/bin/python3 \
al@20905 22 ./configure $CONFIGURE_ARGS &&
al@20905 23 make &&
al@20905 24 make install
pascal@13533 25 }