summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-11-08 21:17:43 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-11-08 21:17:43 +0000
commit25c5ab15e50ce83d1f84daca3d816b852ac85085 (patch)
tree41d52684cd5889868c61da729d2c69d4e862bc6b /media-gfx/figurine/figurine-1.0.5.ebuild
parentadded disk check magic!! (diff)
downloadgentoo-2-25c5ab15e50ce83d1f84daca3d816b852ac85085.tar.gz
gentoo-2-25c5ab15e50ce83d1f84daca3d816b852ac85085.tar.bz2
gentoo-2-25c5ab15e50ce83d1f84daca3d816b852ac85085.zip
new package "Figurine is a vector based graphical editor similar to XFig."
Diffstat (limited to 'media-gfx/figurine/figurine-1.0.5.ebuild')
-rw-r--r--media-gfx/figurine/figurine-1.0.5.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild
new file mode 100644
index 000000000000..62085300c1fb
--- /dev/null
+++ b/media-gfx/figurine/figurine-1.0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.1 2002/11/08 21:17:43 george Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A vector based graphics editor similar to xfig, but simpler"
+SRC_URI="http://unc.dl.sourceforge.net/sourceforge/figurine/${P}.tar.gz"
+HOMEPAGE="http://figurine.sourceforge.net/"
+
+DEPEND=" >=media-gfx/transfig-3.2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ econf || die "econf failed"
+
+ emake || die "make failed"
+}
+
+src_install () {
+
+ einstall || die
+
+ dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
+}
+