wok-6.x annotate GConf-dev/receipt @ rev 21282
updated libraw1394 and libraw1394-dev (2.0.7 -> 2.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 14 17:12:58 2019 +0100 (2019-04-14) |
parents | a00bf44ed23d |
children | 3155632d1b26 |
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@15596 | 12 DEPENDS="GConf ORBit2-dev pkg-config" |
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 } |