wok diff python-gconf/receipt @ rev 15146
cocoalib: create Makefile_dependencies (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 12:56:59 2013 +0000 (2013-08-15) |
parents | 8f61ae7039d1 |
children | 86790a278e70 |
line diff
1.1 --- a/python-gconf/receipt Fri Dec 24 00:59:37 2010 +0000 1.2 +++ b/python-gconf/receipt Thu Aug 15 12:56:59 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Python bindings for gconf." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 DEPENDS="python GConf" 1.9 WANTED="gnome-python" 1.10 WEB_SITE="http://www.gnome.org/" 1.11 @@ -14,6 +15,6 @@ 1.12 { 1.13 _PYTHONVER=$(grep ^VERSION= $WOK/python/receipt | cut -d "=" -f2 | sed -e 's/"//g') 1.14 mkdir -p $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0 1.15 - cp -a $_pkg/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \ 1.16 + cp -a $install/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0/gconf.so \ 1.17 $fs/usr/lib/python${_PYTHONVER%.*}/site-packages/gtk-2.0 1.18 }