wok annotate xmlstarlet/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents
children ad86373a4a8c
rev   line source
al@19299 1 # SliTaz package receipt.
al@19299 2
al@19299 3 PACKAGE="xmlstarlet"
al@19299 4 VERSION="1.6.1"
al@19299 5 CATEGORY="development"
al@19299 6 SHORT_DESC="Command Line XML Toolkit"
al@19299 7 MAINTAINER="al.bobylev@gmail.com"
al@19299 8 LICENSE="MIT"
al@19299 9 WEB_SITE="http://xmlstar.sourceforge.net/"
al@19299 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19299 11 WGET_URL="$SF_MIRROR/xmlstar/$TARBALL"
al@19299 12
al@19299 13 DEPENDS="libxml2 libxslt zlib"
al@19299 14 BUILD_DEPENDS="libxslt-dev"
al@19299 15
al@19299 16 # Rules to configure and make the package.
al@19299 17 compile_rules()
al@19299 18 {
al@19299 19 ./configure $CONFIGURE_ARGS && make && make install
al@19299 20
al@19299 21 mv $install/usr/bin/xml $install/usr/bin/xmlstarlet
al@19299 22 }
al@19299 23
al@19299 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19299 25 genpkg_rules()
al@19299 26 {
al@19299 27 cook_copy_files xmlstarlet
al@19299 28 }