diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2009-11-27 12:25:17 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2009-11-27 12:25:17 +0400 |
commit | 3b672437298b0687668813d1240701d280e804ff (patch) | |
tree | 50d969f5347052b673534649f9cc11d4289e310c /extra/inkscape/Pkgfile | |
parent | ace2af1a59b475961d818539ef6714471789fb13 (diff) | |
download | nutyx-pakxe-3b672437298b0687668813d1240701d280e804ff.tar.gz nutyx-pakxe-3b672437298b0687668813d1240701d280e804ff.tar.bz2 nutyx-pakxe-3b672437298b0687668813d1240701d280e804ff.tar.xz nutyx-pakxe-3b672437298b0687668813d1240701d280e804ff.zip |
ajout de inkscape#0.46-1
Diffstat (limited to 'extra/inkscape/Pkgfile')
-rw-r--r-- | extra/inkscape/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile new file mode 100644 index 000000000..fe445b39b --- /dev/null +++ b/extra/inkscape/Pkgfile @@ -0,0 +1,19 @@ +# Description: logiciel libre d'édition de graphismes vectoriels utilisant le format de fichiers SVG +# URL: http://inkscape.org +# Maintainer: NuTyX core team +# Packager: skingrapher at legtux dot org +# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick +name=inkscape +version=0.46 +release=1 +source=(http://inkscape.modevia.com/svn-snap/$name-current.tar.bz2) + +build() { +cd $name-* + CFLAGS="${CFLAGS} -I/usr/include/ImageMagick" \ + CXXFLAGS="${CXXFLAGS} -I/usr/include/ImageMagick" \ + ./configure --prefix=/usr --enable-lcms --with-xft --with-python --with-perl --with-gnome-vfs + + make + make DESTDIR=$PKG install +} |