wok annotate python-caldav/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 16df76e1fc6a
children dea0e5ee6c22
rev   line source
pascal@11727 1 # SliTaz package receipt.
pascal@11727 2
pascal@11727 3 PACKAGE="python-caldav"
pascal@11727 4 VERSION="0.1.12"
pascal@11727 5 CATEGORY="development"
pascal@11727 6 SHORT_DESC="CalDAV (RFC4791) client library for Python"
pascal@11727 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="GPL"
pascal@11727 9 SOURCE="caldav"
pascal@11727 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@11727 11 WEB_SITE="http://pypi.python.org/pypi/caldav"
pascal@11727 12 WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL"
pascal@11727 13
pascal@11727 14 DEPENDS="python"
pascal@21581 15 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@11727 16
pascal@11727 17 # Rules to configure and make the package.
pascal@11727 18 compile_rules()
pascal@11727 19 {
al@18077 20 python setup.py install --root=$DESTDIR
pascal@11727 21 }
pascal@11727 22
pascal@11727 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11727 24 genpkg_rules()
pascal@11727 25 {
al@18077 26 mkdir -p $fs/usr
al@18077 27 cp -a $install/usr $fs
pascal@11727 28 }