wok-next view sqlobject/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
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 LICENSE="LGPL"
9 WEB_SITE="http://sqlobject.org/"
11 SOURCE="SQLObject"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python-dev"
17 compile_rules() {
18 python -B setup.py build &&
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules() {
23 cp -a $install/usr $fs
24 DEPENDS="python"
25 }