wok-next annotate GConf-dev/receipt @ rev 9586
Up: GConf to 2.32.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 12 13:06:37 2011 +0000 (2011-04-12) |
parents | fbb45e0b2d35 |
children | c7bebe90681d |
rev | line source |
---|---|
rcx@3356 | 1 # SliTaz package receipt. |
rcx@3356 | 2 |
rcx@3356 | 3 PACKAGE="GConf-dev" |
slaxemulator@9586 | 4 VERSION="2.32.2" |
rcx@3356 | 5 CATEGORY="development" |
rcx@3356 | 6 SHORT_DESC="GConf devel files." |
rcx@3356 | 7 MAINTAINER="rcx@zoominternet.net" |
slaxemulator@6513 | 8 DEPENDS="GConf ORBit2-dev" |
rcx@3356 | 9 WEB_SITE="http://projects.gnome.org/gconf/" |
rcx@3356 | 10 WANTED="GConf" |
rcx@3356 | 11 |
rcx@3356 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3356 | 13 genpkg_rules() |
rcx@3356 | 14 { |
rcx@3356 | 15 mkdir -p $fs/usr/lib/GConf/2/ |
rcx@3361 | 16 cp -a $_pkg/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2 |
rcx@3356 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3361 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3356 | 19 |
rcx@3356 | 20 mkdir -p $fs/usr/share |
rcx@3361 | 21 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
rcx@3356 | 22 cp -a $_pkg/usr/share/sgml $fs/usr/share |
slaxemulator@7554 | 23 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share |
rcx@3356 | 24 |
rcx@3356 | 25 cp -a $_pkg/usr/include $fs/usr |
rcx@3356 | 26 } |