wok rev 8705

graphviz: improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:13:55 2011 +0100 (2011-02-17)
parents 2b32764afdc5
children e0a2bee6e197
files graphviz/receipt
line diff
     1.1 --- a/graphviz/receipt	Thu Feb 17 23:13:15 2011 +0100
     1.2 +++ b/graphviz/receipt	Thu Feb 17 23:13:55 2011 +0100
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Automatic graph drawing."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="xorg zlib libpng jpeg expat gtk+ libtool xorg-libXdamage xorg-libXss \
     1.8 -libgd tk librsvg bzlib"
     1.9 +DEPENDS="zlib libpng jpeg expat"
    1.10 +#~ DEPENDS="xorg zlib libpng jpeg expat gtk+ libtool xorg-libXdamage xorg-libXss \
    1.11 +#~ libgd tk librsvg bzlib"
    1.12  BUILD_DEPENDS="xorg expat-dev zlib-dev pkg-config gtk+-dev libpng-dev jpeg-dev \
    1.13 -libgd-dev"
    1.14 +libgd-dev lua-dev swig ocaml python-dev tcl-dev librsvg-dev php-dev ruby-dev \
    1.15 +libcroco-dev php-cli"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://www.graphviz.org/"
    1.18  WGET_URL="${WEB_SITE}pub/$PACKAGE/ARCHIVE/$TARBALL"
    1.19 @@ -17,8 +19,39 @@
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25 +	./configure --prefix=/usr \
    1.26 +		--infodir=/usr/share/info \
    1.27 +		--disable-static \
    1.28 +		--disable-gtk \
    1.29 +		--disable-gtkgl \
    1.30 +		--disable-gtkglext \
    1.31 +		--with-pangocairo \
    1.32 +		--with-x \
    1.33 +		--with-gdk-pixbuf \
    1.34 +		--with-ghostscript=no \
    1.35 +		--without-gtk \
    1.36 +		--without-gtkgl \
    1.37 +		--without-gtkglext \
    1.38 +		--without-glade \
    1.39 +		--with-ortho=no \
    1.40 +		--disable-sharp \
    1.41 +		--disable-java \
    1.42 +		--enable-guile=yes \
    1.43 +		--with-rsvg=yes \
    1.44 +		--with-png=yes \
    1.45 +		--with-jpeg=yes \
    1.46 +		--enable-lua=yes \
    1.47 +		--enable-ocaml=yes \
    1.48 +		--enable-php=yes \
    1.49 +		--enable-ruby=yes \
    1.50 +		--enable-tcl=yes \
    1.51 +		--enable-python=yes \
    1.52 +		--disable-python23 \
    1.53 +		--disable-python24 \
    1.54 +		--disable-python25 \
    1.55 +		--disable-python26 \
    1.56 +		--disable-r \
    1.57 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.58  	make &&
    1.59  	make DESTDIR=$PWD/_pkg install
    1.60  }