wok-undigest rev 19
Add python-gconf (thx pankso)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 21 10:06:11 2010 +0100 (2010-03-21) |
parents | e15e71b67d2d |
children | 43c144c2cd66 |
files | python-gconf/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-gconf/receipt Sun Mar 21 10:06:11 2010 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-gconf" 1.7 +VERSION="2.26.1" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Python bindings for gconf." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="python GConf" 1.12 +WANTED="gnome-python" 1.13 +WEB_SITE="http://www.gnome.org/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib/python2.5/site-packages/gtk-2.0 1.19 + cp -a $_pkg/usr/lib/python2.5/site-packages/gtk-2.0/gconf.so \ 1.20 + $fs/usr/lib/python2.5/site-packages/gtk-2.0 1.21 +}