summaryrefslogtreecommitdiffstats
path: root/extra/inkscape/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:25:17 +0400
committerskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:25:17 +0400
commit3b672437298b0687668813d1240701d280e804ff (patch)
tree50d969f5347052b673534649f9cc11d4289e310c /extra/inkscape/Pkgfile
parentace2af1a59b475961d818539ef6714471789fb13 (diff)
downloadnutyx-extra-3b672437298b0687668813d1240701d280e804ff.tar.gz
nutyx-extra-3b672437298b0687668813d1240701d280e804ff.tar.bz2
nutyx-extra-3b672437298b0687668813d1240701d280e804ff.tar.xz
nutyx-extra-3b672437298b0687668813d1240701d280e804ff.zip
ajout de inkscape#0.46-1
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
+}