wok-next annotate python-peak-rules/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 6c73b944e8dd
children 8b5b2a6d07b8
rev   line source
al@18956 1 # SliTaz package receipt.
al@18956 2
al@18956 3 PACKAGE="python-peak-rules"
al@18956 4 VERSION="0.5a1.dev-r2713"
al@18956 5 CATEGORY="misc"
al@18956 6 SHORT_DESC="Generic functions and business rules support systems"
al@18956 7 MAINTAINER="al.bobylev@gmail.com"
al@18956 8 LICENSE="ZPL2.1"
al@18956 9 WEB_SITE="https://pypi.python.org/pypi/PEAK-Rules"
al@20885 10 REPOLOGY="python:peak-rules"
al@20885 11
al@18956 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@18956 13 WGET_URL="http://peak.telecommunity.com/snapshots/PEAK-Rules-$VERSION.tar.gz"
al@18956 14
al@18956 15 DEPENDS="python"
al@20444 16 BUILD_DEPENDS="python"
al@18956 17
al@18956 18 # Rules to configure and make the package.
al@18956 19 compile_rules()
al@18956 20 {
al@18956 21 python setup.py build &&
al@18956 22 python setup.py install --root=$install
al@18956 23 }
al@18956 24
al@18956 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18956 26 genpkg_rules()
al@18956 27 {
al@18956 28 cp -a $install/* $fs
al@18956 29 }