summaryrefslogtreecommitdiffstats
path: root/extra/inkscape/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/inkscape/Pkgfile')
-rw-r--r--extra/inkscape/Pkgfile19
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
+}