wok view python-ooop/receipt @ rev 14053

Add freetuxtv
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 18:35:30 2013 +0100 (2013-02-19)
parents
children fd4f1e692109
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 DEPENDS="python"
10 BUILD_DEPENDS="python python-dev setuptools"
11 WEB_SITE="http://pypi.python.org/pypi/ooop"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }