wok-current diff GConf-dev/receipt @ rev 15534
Up: libfirefox (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:36:10 2013 +0100 (2013-11-24) |
parents | c7bebe90681d |
children | 851fc1686394 |
line diff
1.1 --- a/GConf-dev/receipt Fri May 20 01:59:04 2011 +0000 1.2 +++ b/GConf-dev/receipt Sun Nov 24 17:36:10 2013 +0100 1.3 @@ -5,22 +5,24 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GConf devel files." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="GConf ORBit2-dev" 1.8 +LICENSE="LGPL2" 1.9 WEB_SITE="http://projects.gnome.org/gconf/" 1.10 WANTED="GConf" 1.11 1.12 +DEPENDS="GConf ORBit2-dev" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib/GConf/2/ 1.18 - cp -a $_pkg/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2 1.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.20 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $install/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2 1.22 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 1.25 mkdir -p $fs/usr/share 1.26 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.27 - cp -a $_pkg/usr/share/sgml $fs/usr/share 1.28 - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.29 + cp -a $install/usr/share/aclocal $fs/usr/share 1.30 + cp -a $install/usr/share/sgml $fs/usr/share 1.31 + cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.32 1.33 - cp -a $_pkg/usr/include $fs/usr 1.34 + cp -a $install/usr/include $fs/usr 1.35 }