wok-next annotate GConf-dev/receipt @ rev 4819
Add gdb-python.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jan 20 00:58:00 2010 +0100 (2010-01-20) |
parents | b8be92699358 |
children | ba238fa5bab1 |
rev | line source |
---|---|
rcx@3356 | 1 # SliTaz package receipt. |
rcx@3356 | 2 |
rcx@3356 | 3 PACKAGE="GConf-dev" |
rcx@3356 | 4 VERSION="2.26.2" |
rcx@3356 | 5 CATEGORY="development" |
rcx@3356 | 6 SHORT_DESC="GConf devel files." |
rcx@3356 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3356 | 8 DEPENDS="" |
rcx@3356 | 9 BUILD_DEPENDS="" |
rcx@3356 | 10 WEB_SITE="http://projects.gnome.org/gconf/" |
rcx@3356 | 11 WANTED="GConf" |
rcx@3356 | 12 |
rcx@3356 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3356 | 14 genpkg_rules() |
rcx@3356 | 15 { |
rcx@3356 | 16 mkdir -p $fs/usr/lib/GConf/2/ |
rcx@3361 | 17 cp -a $_pkg/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2 |
rcx@3356 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3361 | 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3356 | 20 |
rcx@3356 | 21 mkdir -p $fs/usr/share |
rcx@3361 | 22 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
rcx@3356 | 23 cp -a $_pkg/usr/share/sgml $fs/usr/share |
rcx@3356 | 24 |
rcx@3356 | 25 cp -a $_pkg/usr/include $fs/usr |
rcx@3356 | 26 } |