wok-next view GConf/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 835b3b8ce6ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="GConf"
4 VERSION="2.32.3"
5 CATEGORY="utilities"
6 SHORT_DESC="A configuration database system"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="LGPL2"
9 WEB_SITE="http://projects.gnome.org/gconf/"
10 REPOLOGY="gconf"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="intltool gettext openssl libcomerr3 gobject-introspection-dev \
16 orbit2-dev dbus-dev dbus-glib-dev polkit-dev libxml2-dev"
17 SPLIT="GConf-dev"
19 compile_rules() {
20 ./configure \
21 --libexecdir=/usr/lib/GConf \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 GConf)
31 copy @std
32 DEPENDS="glibc-base glib dbus dbus-glib expat libxml2 zlib polkit \
33 orbit2 atk cairo gtk+ fontconfig freetype pango xorg-pixman \
34 libpng16 xorg-libX11 xorg-libXau xorg-libXcomposite \
35 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
36 xorg-libXfixes xorg-libXinerama xorg-libXrender"
37 ;;
38 *-dev)
39 copy @dev
40 DEPENDS="GConf orbit2-dev"
41 ;;
42 esac
43 }