wok view python-beaker/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents c89d25976dbe
children 172ca2047cd7
line source
1 # SliTaz package receipt.
3 PACKAGE="python-beaker"
4 VERSION="1.5.4"
5 CATEGORY="development"
6 SHORT_DESC="Cache and Session Library"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="BSD"
9 SOURCE="Beaker"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://pypi.org/project/Beaker"
12 WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr/ $fs
28 }