wok annotate pydf/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 5b063a7e40ae
children 241fb98cab1c
rev   line source
paul@16117 1 # SliTaz package receipt.
paul@16117 2
paul@16117 3 PACKAGE="pydf"
paul@19351 4 VERSION="12"
paul@16117 5 CATEGORY="utilities"
paul@16117 6 SHORT_DESC="Python disk file system."
paul@16117 7 MAINTAINER="paul@slitaz.org"
pascal@17345 8 LICENSE="PublicDomain"
paul@16117 9 DEPENDS="python"
paul@16117 10 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
paul@16117 11 WEB_SITE="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/"
paul@16117 12 WGET_URL="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/$TARBALL"
paul@16117 13
paul@16117 14 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@16117 15 genpkg_rules()
paul@16117 16 {
paul@16117 17 mkdir -p $fs/usr/bin $fs/etc
paul@16117 18 cp -a $src/pydf $fs/usr/bin
paul@16117 19 cp -a $src/pydfrc $fs/etc
paul@16117 20 }
paul@16117 21