wok view python-ooop/receipt @ rev 15621

broadcom-wl: run xz in compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 08 11:31:53 2013 +0000 (2013-12-08)
parents 15c36eea64cb
children 7d672a2330b8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-ooop"
4 SOURCE="${PACKAGE#*-}"
5 VERSION="0.2.3"
6 CATEGORY="development"
7 SHORT_DESC="OpenObject on Python, a library to connect with Open ERP."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="http://pypi.python.org/pypi/ooop"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python python-dev setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
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 }