summaryrefslogtreecommitdiff
path: root/inkscape/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /inkscape/Pkgfile
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'inkscape/Pkgfile')
-rw-r--r--inkscape/Pkgfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/inkscape/Pkgfile b/inkscape/Pkgfile
deleted file mode 100644
index e23fe0aa1..000000000
--- a/inkscape/Pkgfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Description: vector graphics editor, similar to Illustrator, Freehand, CorelDraw
-# URL: http://www.inkscape.org/
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Depends on: gtkmm libxslt python boehm-gc popt
-
-name=inkscape
-version=snapshot
-release=1
-source="http://inkscape.modevia.com/svn-snap/inkscape-current.tar.bz2"
-
-
-build()
-{
- cd inkscape-*
- ./configure \
- --prefix=/usr \
- --enable-binreloc \
- --with-gnome-vfs=no \
- --enable-lcms \
- --disable-nls
- make
- make install DESTDIR=$PKG
- rm -r $PKG/usr/share/locale/
- # Not so sure about this one.
- rm -r $PKG/usr/share/inkscape/tutorials/
- find $PKG -name '*README*' -delete
-}

Generated by cgit