wok-next view GConf/receipt @ rev 20537
cups: fix cups-dev dependencies
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 30 23:00:35 2018 +0300 (2018-03-30) |
parents | 93930f418ffb |
children | 835b3b8ce6ac |
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gettext openssl libcomerr3 gobject-introspection-dev \
15 orbit2-dev dbus-dev dbus-glib-dev polkit-dev libxml2-dev"
16 SPLIT="GConf-dev"
18 compile_rules() {
19 ./configure \
20 --libexecdir=/usr/lib/GConf \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 GConf)
29 copy @std
30 DEPENDS="glibc-base glib dbus dbus-glib expat libxml2 zlib polkit \
31 orbit2 atk cairo gtk+ fontconfig freetype pango xorg-pixman \
32 libpng16 xorg-libX11 xorg-libXau xorg-libXcomposite \
33 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
34 xorg-libXfixes xorg-libXinerama xorg-libXrender"
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="GConf orbit2-dev"
39 ;;
40 esac
41 }