wok annotate python-beaker/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents c89d25976dbe
children 172ca2047cd7
rev   line source
taziden@3777 1 # SliTaz package receipt.
taziden@3777 2
taziden@3777 3 PACKAGE="python-beaker"
taziden@6463 4 VERSION="1.5.4"
taziden@3777 5 CATEGORY="development"
taziden@3777 6 SHORT_DESC="Cache and Session Library"
taziden@3777 7 MAINTAINER="taziden@slitaz.org"
pascal@15378 8 LICENSE="BSD"
taziden@3777 9 SOURCE="Beaker"
taziden@3777 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20778 11 WEB_SITE="https://pypi.org/project/Beaker"
taziden@6463 12 WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
taziden@3777 13 TAGS="python"
taziden@3777 14
pascal@15378 15 DEPENDS="python"
pascal@21581 16 BUILD_DEPENDS="python python-dev python-setuptools"
pascal@15378 17
taziden@3777 18 # Rules to configure and make the package.
taziden@3777 19 compile_rules()
taziden@3777 20 {
pascal@15378 21 python setup.py install --root=$DESTDIR
taziden@3777 22 }
taziden@3777 23
taziden@3777 24 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3777 25 genpkg_rules()
taziden@3777 26 {
pascal@15378 27 cp -a $install/usr/ $fs
taziden@3777 28 }