wok annotate GConf-dev/receipt @ rev 15004

Add some LGPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 22:18:41 2013 +0000 (2013-08-10)
parents c7bebe90681d
children 851fc1686394
rev   line source
rcx@3356 1 # SliTaz package receipt.
rcx@3356 2
rcx@3356 3 PACKAGE="GConf-dev"
slaxemulator@10040 4 VERSION="2.32.3"
rcx@3356 5 CATEGORY="development"
rcx@3356 6 SHORT_DESC="GConf devel files."
rcx@3356 7 MAINTAINER="rcx@zoominternet.net"
pascal@15004 8 LICENSE="LGPL2"
rcx@3356 9 WEB_SITE="http://projects.gnome.org/gconf/"
rcx@3356 10 WANTED="GConf"
rcx@3356 11
pascal@15004 12 DEPENDS="GConf ORBit2-dev"
pascal@15004 13
rcx@3356 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3356 15 genpkg_rules()
rcx@3356 16 {
rcx@3356 17 mkdir -p $fs/usr/lib/GConf/2/
pascal@15004 18 cp -a $install/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2
pascal@15004 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
rcx@3356 21
rcx@3356 22 mkdir -p $fs/usr/share
pascal@15004 23 cp -a $install/usr/share/aclocal $fs/usr/share
pascal@15004 24 cp -a $install/usr/share/sgml $fs/usr/share
pascal@15004 25 cp -a $install/usr/share/gir-1.0 $fs/usr/share
rcx@3356 26
pascal@15004 27 cp -a $install/usr/include $fs/usr
rcx@3356 28 }