diff options
author | sibel <lesibel@free.fr> | 2011-01-28 02:03:21 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-28 02:03:21 +0100 |
commit | 6f9e31618a5d2ff4ad06d49345ebc55615c266af (patch) | |
tree | 752f739b3d91fdba37fb476ed1defa7a281f3f9c /extra/graphviz/Pkgfile | |
parent | 9073f19734cfe5047c0501b04ac3f5693583a855 (diff) | |
download | nutyx-pakxe-6f9e31618a5d2ff4ad06d49345ebc55615c266af.tar.gz nutyx-pakxe-6f9e31618a5d2ff4ad06d49345ebc55615c266af.tar.bz2 nutyx-pakxe-6f9e31618a5d2ff4ad06d49345ebc55615c266af.tar.xz nutyx-pakxe-6f9e31618a5d2ff4ad06d49345ebc55615c266af.zip |
graphviz, maaj 2.26.3-2
Diffstat (limited to 'extra/graphviz/Pkgfile')
-rw-r--r-- | extra/graphviz/Pkgfile | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/extra/graphviz/Pkgfile b/extra/graphviz/Pkgfile index 0e407953a..8bf1f5191 100644 --- a/extra/graphviz/Pkgfile +++ b/extra/graphviz/Pkgfile @@ -2,33 +2,26 @@ # URL: http://www.graphviz.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on : expat, libpng, libjpeg, freetype, fontconfig, pango, gtk, libglade, tcl, tk, python, librsvg, libgd +# Depends on : expat, libpng, libjpeg, freetype, fontconfig, pango, gtk, libglade, tcl, tk, python, librsvg, libgd, xorg-libxaw, ghostscript # Run on: expat,libpng,libjpeg,freetype,fontconfig,pango,gtk,libglade,tcl,tk,python,librsvg,libgd name=graphviz version=2.26.3 -release=1 +release=2 source=(http://www.graphviz.org/pub/graphviz/ARCHIVE/$name-$version.tar.gz) build () { cd $name-$version - - export CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include -I$JAVA_HOME/include/linux" - - # préparation puis compilation - ./configure --prefix=/usr \ - --without-x --with-libgd --with-libpng \ - --with-pngincludedir=/usr/include --with-pnglibdir=/usr/lib \ - --disable-lua \ - --disable-ocaml \ - --disable-perl \ - --disable-php \ - --disable-ruby \ - --disable-rpath - + + ./configure --prefix=/usr --without-gnomeui --docdir=/usr/share/doc/gvkp \ + --disable-sharp --disable-ruby \ + --disable-lua --disable-guile make make DESTDIR=$PKG install + #Fix a wrong file location for x86_64 + rm -rf $PKG/usr/lib64 + # pas de code de démo, ni de documentation rm -rf $PKG/usr/share/$name/demo \ $PKG/usr/man/man/ $PKG/usr/share/$name/doc |