wok-next annotate gnome-vfs-monikers/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents a3c581bf52b8
children
rev   line source
al@20463 1 # SliTaz package receipt v2.
pascal@11207 2
pascal@11207 3 PACKAGE="gnome-vfs-monikers"
pascal@11207 4 VERSION="2.15.3"
pascal@11207 5 CATEGORY="x-window"
al@20463 6 SHORT_DESC="GNOME Bonobo monikers"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://www.gnome.org/"
al@20463 10
pascal@11207 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21020 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@11207 13
al@20460 14 BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev orbit2-dev dbus-glib-dev \
al@20519 15 perl-xml-parser libxml2-dev gnutls-dev libgcrypt-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@15000 17
al@20463 18 compile_rules() {
pascal@11207 19 export CFLAGS="-I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 \
pascal@11207 20 -I/usr/lib/glib-2.0/include -I/usr/include/bonobo-activation-2.0 \
pascal@11207 21 -I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0"
al@20573 22
al@20573 23 ./configure $CONFIGURE_ARGS &&
al@20573 24 fix libtool &&
al@20573 25 make &&
al@21020 26 make DESTDIR=$install install
pascal@11207 27 }
pascal@11207 28
al@20463 29 genpkg_rules() {
al@20463 30 case $PACKAGE in
al@20463 31 gnome-vfs-monikers)
al@20519 32 copy @std
al@20463 33 DEPENDS="gnome-vfs libbonobo"
al@20463 34 ;;
al@20463 35 *-dev)
al@20519 36 copy @dev
al@20463 37 DEPENDS="gnome-vfs-monikers gnome-vfs libbonobo"
al@20463 38 ;;
al@20463 39 esac
pascal@11207 40 }