wok-undigest view python-gconf/receipt @ rev 92

Add pcmanfm2 (next generation pcmanfm)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 02 18:26:08 2010 +0200 (2010-05-02)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="python-gconf"
4 VERSION="2.26.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Python bindings for gconf."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="python GConf"
9 WANTED="gnome-python"
10 WEB_SITE="http://www.gnome.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/python2.5/site-packages/gtk-2.0
16 cp -a $_pkg/usr/lib/python2.5/site-packages/gtk-2.0/gconf.so \
17 $fs/usr/lib/python2.5/site-packages/gtk-2.0
18 }