wok-stable annotate python-gconf/receipt @ rev 8820
tazwok: remove tazchroot in DEPENDS (fix tazwok chroot loop)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 23 20:57:51 2011 +0100 (2011-02-23) |
parents | |
children |
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" |
slaxemulator@7788 | 8 DEPENDS="python GConf" |
slaxemulator@7788 | 9 WANTED="gnome-python" |
slaxemulator@7788 | 10 WEB_SITE="http://www.gnome.org/" |
slaxemulator@7788 | 11 |
slaxemulator@7788 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7788 | 13 genpkg_rules() |
slaxemulator@7788 | 14 { |
slaxemulator@7788 | 15 _PYTHONVER=$(grep ^VERSION= $WOK/python/receipt | cut -d "=" -f2 | sed -e 's/"//g') |
slaxemulator@7788 | 16 mkdir -p $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0 |
slaxemulator@7788 | 17 cp -a $_pkg/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \ |
slaxemulator@7788 | 18 $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0 |
slaxemulator@7788 | 19 } |