wok annotate GConf-dev/receipt @ rev 25039
Up aspell-pl (6.0_20210731-0), icmptx (20190501)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 14:53:15 2022 +0000 (2022-05-26) |
parents | 7d04a38549a2 |
children |
rev | line source |
---|---|
rcx@3356 | 1 # SliTaz package receipt. |
rcx@3356 | 2 |
rcx@3356 | 3 PACKAGE="GConf-dev" |
Hans-G?nter@22445 | 4 VERSION="3.2.6" |
rcx@3356 | 5 CATEGORY="development" |
Hans-G?nter@22445 | 6 SHORT_DESC="GConf development files." |
rcx@3356 | 7 MAINTAINER="rcx@zoominternet.net" |
pascal@15004 | 8 LICENSE="LGPL2" |
pascal@23048 | 9 WEB_SITE="https://www.gnome.org/" |
rcx@3356 | 10 |
pascal@15596 | 11 DEPENDS="GConf ORBit2-dev pkg-config" |
Hans-G?nter@22445 | 12 WANTED="GConf" |
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/ |
Hans-G?nter@22445 | 18 |
Hans-G?nter@22445 | 19 cp -a $install/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2 |
Hans-G?nter@22445 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@22445 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
rcx@3356 | 22 |
rcx@3356 | 23 mkdir -p $fs/usr/share |
Hans-G?nter@22445 | 24 |
Hans-G?nter@22445 | 25 cp -a $install/usr/share/aclocal $fs/usr/share |
Hans-G?nter@22445 | 26 cp -a $install/usr/share/sgml $fs/usr/share |
Hans-G?nter@22445 | 27 cp -a $install/usr/share/gir-1.0 $fs/usr/share |
Hans-G?nter@22445 | 28 cp -a $install/usr/include $fs/usr |
rcx@3356 | 29 } |