SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "python-gconf"

# SliTaz package receipt.

PACKAGE="python-gconf"
VERSION="2.28.1"
CATEGORY="system-tools"
SHORT_DESC="Python bindings for gconf."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2"
DEPENDS="python GConf"
WANTED="gnome-python"
WEB_SITE="https://www.gnome.org/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    _PYTHONVER=$(grep  ^VERSION= $WOK/python/receipt | cut -d "=" -f2 | sed -e 's/"//g')
    mkdir -p $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0
    cp -a $install/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \
        $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)