wok-next view seed/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 a097df5ca515
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="seed"
4 VERSION="3.8.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="GObject JavaScriptCore bridge"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Projects/Seed"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gettext libtool webkitgtk-dev intltool \
15 gobject-introspection-dev gnome-js-common readline-dev dbus-dev dbus-glib-dev \
16 mpfr-dev"
17 SPLIT="seed-dev"
19 compile_rules() {
20 ./configure \
21 --with-webkit=1.0 \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 seed)
29 copy @std
30 DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
31 glib gmp gobject-introspection gtk+ libffi libsqlite3 webkitgtk \
32 libxml2 mpfr ncurses pango readline"
33 ;;
34 seed-dev)
35 copy @dev
36 DEPENDS="seed atk-dev bzip2-dev cairo-dev dbus-dev dbus-glib-dev \
37 fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gmp-dev \
38 gobject-introspection-dev gtk+-dev harfbuzz-dev icu-dev libffi-dev \
39 libpng16-dev webkitgtk-dev libxml2-dev mpfr-dev pango-dev pcre-dev \
40 readline-dev sqlite3-dev util-linux-blkid-dev util-linux-mount-dev \
41 util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \
42 xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \
43 xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev"
44 ;;
45 esac
46 }