wok-next view python-configobj/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 2e5434fe0bdb
children d43bf7aae921
line source
1 # SliTaz package receipt.
3 PACKAGE="python-configobj"
4 VERSION="5.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Config file reading, writing and validation"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/DiffSK/configobj"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/DiffSK/configobj/archive/v$VERSION.tar.gz"
13 DEPENDS="python python-six"
14 BUILD_DEPENDS="wget cacerts python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }