wok-next view gnome-vfs-monikers/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents e323d0535e2c
children d3444352a0af
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-vfs-monikers"
4 VERSION="2.15.3"
5 CATEGORY="x-window"
6 SHORT_DESC="GNOME Bonobo monikers"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev orbit2-dev dbus-glib-dev \
15 perl-xml-parser libxml2-dev gnutls-dev libgcrypt-dev"
16 SPLIT="gnome-vfs-monikers-dev"
18 compile_rules() {
19 export CFLAGS="-I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 \
20 -I/usr/lib/glib-2.0/include -I/usr/include/bonobo-activation-2.0 \
21 -I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0"
22 ./configure \
23 --prefix=/usr \
24 --infodir=/usr/share/info \
25 --mandir=/usr/share/man \
26 $CONFIGURE_ARGS &&
27 make && make DESTDIR=$DESTDIR install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 gnome-vfs-monikers)
33 copy @std
34 DEPENDS="gnome-vfs libbonobo"
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="gnome-vfs-monikers gnome-vfs libbonobo"
39 ;;
40 esac
41 }