wok-next annotate GConf-dev/receipt @ rev 20406
Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 08 02:55:48 2017 +0200 (2017-12-08) |
parents | a00bf44ed23d |
children |
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 } |