summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-28 06:27:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-28 06:27:32 +0000
commit6f750a3c206d6767757ae49f481fa6ee45da0c46 (patch)
treef8c3a971f3f2da24507c2c587cf3d9d0b878d958 /app-office/siag
parentAdded USE gtk,motif,gnome,pam,opengl (diff)
downloadgentoo-2-6f750a3c206d6767757ae49f481fa6ee45da0c46.tar.gz
gentoo-2-6f750a3c206d6767757ae49f481fa6ee45da0c46.tar.bz2
gentoo-2-6f750a3c206d6767757ae49f481fa6ee45da0c46.zip
Update
Diffstat (limited to 'app-office/siag')
-rw-r--r--app-office/siag/files/digest-siag-3.4.71
-rw-r--r--app-office/siag/siag-3.4.7.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-office/siag/files/digest-siag-3.4.7 b/app-office/siag/files/digest-siag-3.4.7
new file mode 100644
index 000000000000..5865300368d6
--- /dev/null
+++ b/app-office/siag/files/digest-siag-3.4.7
@@ -0,0 +1 @@
+MD5 354d0ccb5d9bd8abf61cd32f37a75f57 siag-3.4.7.tar.gz
diff --git a/app-office/siag/siag-3.4.7.ebuild b/app-office/siag/siag-3.4.7.ebuild
new file mode 100644
index 000000000000..c2586facb584
--- /dev/null
+++ b/app-office/siag/siag-3.4.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.4.7.ebuild,v 1.1 2001/04/28 06:27:32 achim Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A free Office package for Linux"
+SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz"
+HOMEPAGE="http://siag.nu/"
+
+
+src_compile() {
+
+ try ./configure --prefix=/opt/siag --mandir=/opt/siag/share/man --host=${CHOST} \
+ --with-guile --with-gmp \
+ --with-mysql --with-t1lib
+ try make
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+
+}
+