wok-next annotate GConf/receipt @ rev 20683

Up pciids (20180517), usbids (20180504)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 18 15:15:42 2018 +0300 (2018-05-18)
parents 757d032c55c7
children d958fec46c9f
rev   line source
al@20456 1 # SliTaz package receipt v2.
rcx@3356 2
rcx@3356 3 PACKAGE="GConf"
slaxemulator@10040 4 VERSION="2.32.3"
rcx@3356 5 CATEGORY="utilities"
al@20456 6 SHORT_DESC="A configuration database system"
rcx@3356 7 MAINTAINER="rcx@zoominternet.net"
pascal@15004 8 LICENSE="LGPL2"
al@20456 9 WEB_SITE="http://projects.gnome.org/gconf/"
al@20456 10
pankso@9765 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@9765 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pankso@9765 13
al@20453 14 BUILD_DEPENDS="intltool gettext openssl libcomerr3 gobject-introspection-dev \
al@20460 15 orbit2-dev dbus-dev dbus-glib-dev polkit-dev libxml2-dev"
al@20456 16 SPLIT="GConf-dev"
rcx@3356 17
al@20456 18 compile_rules() {
slaxemulator@7466 19 ./configure \
slaxemulator@10040 20 --libexecdir=/usr/lib/GConf \
slaxemulator@10040 21 $CONFIGURE_ARGS &&
al@20569 22 fix libtool &&
al@20534 23 make &&
al@20534 24 make install
rcx@3356 25 }
rcx@3356 26
al@20456 27 genpkg_rules() {
al@20456 28 case $PACKAGE in
al@20456 29 GConf)
al@20534 30 copy @std
al@20456 31 DEPENDS="glibc-base glib dbus dbus-glib expat libxml2 zlib polkit \
al@20460 32 orbit2 atk cairo gtk+ fontconfig freetype pango xorg-pixman \
al@20456 33 libpng16 xorg-libX11 xorg-libXau xorg-libXcomposite \
al@20456 34 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
al@20456 35 xorg-libXfixes xorg-libXinerama xorg-libXrender"
al@20456 36 ;;
al@20456 37 *-dev)
al@20534 38 copy @dev
al@20460 39 DEPENDS="GConf orbit2-dev"
al@20456 40 ;;
al@20456 41 esac
rcx@3356 42 }