wok-next annotate gconf/receipt @ rev 21447

updated seamonkey (2.7.2 -> 2.53.2)
author Hans-G?nter Theisgen
date Tue May 05 17:33:00 2020 +0100 (2020-05-05)
parents d5aab818505e
children
rev   line source
al@20956 1 # SliTaz package receipt v2.
al@20956 2
al@20956 3 PACKAGE="gconf"
al@20957 4 VERSION="3.2.6"
al@20956 5 CATEGORY="utilities"
al@20956 6 SHORT_DESC="A configuration database system"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@20956 8 LICENSE="LGPL2"
al@20957 9 WEB_SITE="https://projects-old.gnome.org/gconf/"
al@20956 10
al@20957 11 TARBALL="GConf-$VERSION.tar.xz"
al@20956 12 WGET_URL="$GNOME_MIRROR/GConf/${VERSION%.*}/$TARBALL"
al@20956 13
al@21094 14 COOKOPTS="force-arch" # different .gir
al@21094 15
al@20957 16 BUILD_DEPENDS="glib-dev libxml2-dev dbus-dev dbus-glib-dev orbit2-dev intltool \
al@20957 17 gobject-introspection-dev"
al@20957 18 SPLIT="$PACKAGE-dev"
al@20956 19
al@20956 20 compile_rules() {
al@20956 21 ./configure \
al@20957 22 --disable-static \
al@20956 23 $CONFIGURE_ARGS &&
al@20956 24 fix libtool &&
al@20956 25 make &&
al@20956 26 make install
al@20956 27 }
al@20956 28
al@20956 29 genpkg_rules() {
al@20956 30 case $PACKAGE in
al@20956 31 gconf)
al@20956 32 copy @std
al@20957 33 DEPENDS="dbus dbus-glib glib libxml2 orbit2"
al@20956 34 ;;
al@20956 35 *-dev)
al@20956 36 copy @dev
al@20957 37 DEPENDS="gconf glib-dev orbit2-dev"
al@20956 38 ;;
al@20956 39 esac
al@20956 40 }