wok view sqlobject/receipt @ rev 13944

xorg-xauth: add common path (thanks mojo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 09:43:35 2013 +0100 (2013-01-29)
parents 3d99ecce2d4b
children 3d805214d753
line source
1 # SliTaz package receipt.
3 PACKAGE="sqlobject"
4 VERSION="0.12.1"
5 CATEGORY="development"
6 SHORT_DESC="object-relational mapper for the Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="SQLObject"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://sqlobject.org/"
11 WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python python-dev setuptools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build &&
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }