wok annotate python-gconf/receipt @ rev 20211
syslinux: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 24 11:30:52 2018 +0100 (2018-02-24) |
parents | 8f61ae7039d1 |
children | 86790a278e70 |
rev | line source |
---|---|
slaxemulator@7788 | 1 # SliTaz package receipt. |
slaxemulator@7788 | 2 |
slaxemulator@7788 | 3 PACKAGE="python-gconf" |
slaxemulator@7788 | 4 VERSION="2.28.1" |
slaxemulator@7788 | 5 CATEGORY="system-tools" |
slaxemulator@7788 | 6 SHORT_DESC="Python bindings for gconf." |
slaxemulator@7788 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15004 | 8 LICENSE="LGPL2" |
slaxemulator@7788 | 9 DEPENDS="python GConf" |
slaxemulator@7788 | 10 WANTED="gnome-python" |
slaxemulator@7788 | 11 WEB_SITE="http://www.gnome.org/" |
slaxemulator@7788 | 12 |
slaxemulator@7788 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7788 | 14 genpkg_rules() |
slaxemulator@7788 | 15 { |
slaxemulator@7788 | 16 _PYTHONVER=$(grep ^VERSION= $WOK/python/receipt | cut -d "=" -f2 | sed -e 's/"//g') |
slaxemulator@7788 | 17 mkdir -p $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0 |
pascal@15004 | 18 cp -a $install/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \ |
slaxemulator@7788 | 19 $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0 |
slaxemulator@7788 | 20 } |