wok-6.x annotate python-gconf/receipt @ rev 16410
Up: ntfs-3g (2014.2.15)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Apr 17 11:09:07 2014 +0400 (2014-04-17) |
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 } |