wok view GConf-dev/receipt @ rev 16628
xorg-xf86-video-ati, xorg-xf86-video-intel: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 10 10:32:14 2014 +0000 (2014-05-10) |
parents | a00bf44ed23d |
children | 3155632d1b26 |
line source
1 # SliTaz package receipt.
3 PACKAGE="GConf-dev"
4 VERSION="2.32.3"
5 CATEGORY="development"
6 SHORT_DESC="GConf devel files."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="LGPL2"
9 WEB_SITE="http://projects.gnome.org/gconf/"
10 WANTED="GConf"
12 DEPENDS="GConf ORBit2-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/GConf/2/
18 cp -a $install/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 mkdir -p $fs/usr/share
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 cp -a $install/usr/share/sgml $fs/usr/share
25 cp -a $install/usr/share/gir-1.0 $fs/usr/share
27 cp -a $install/usr/include $fs/usr
28 }