summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-19 00:56:17 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-19 00:56:17 +0000
commit8ae893d1be97aa13e05d20e1b5e2a31dc5e05018 (patch)
tree21f4f28f4993154b3491ede510f0ffa48cf09a3d /gnome-office
parent*** empty log message *** (diff)
downloadhistorical-8ae893d1be97aa13e05d20e1b5e2a31dc5e05018.tar.gz
historical-8ae893d1be97aa13e05d20e1b5e2a31dc5e05018.tar.bz2
historical-8ae893d1be97aa13e05d20e1b5e2a31dc5e05018.zip
*** empty log message ***
Diffstat (limited to 'gnome-office')
-rw-r--r--gnome-office/abiword/abiword-0.7.11.ebuild43
-rw-r--r--gnome-office/abiword/files/digest-abiword-0.7.115
2 files changed, 48 insertions, 0 deletions
diff --git a/gnome-office/abiword/abiword-0.7.11.ebuild b/gnome-office/abiword/abiword-0.7.11.ebuild
new file mode 100644
index 000000000000..9eab05c58f6e
--- /dev/null
+++ b/gnome-office/abiword/abiword-0.7.11.ebuild
@@ -0,0 +1,43 @@
+# 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/gnome-office/abiword/abiword-0.7.11.ebuild,v 1.1 2000/09/19 00:56:17 achim Exp $
+
+A="abi-${PV}.tar.gz abidistfiles-${PV}.tar.gz expat-${PV}.tar.gz
+ unixfonts-${PV}.tar.gz wv-${PV}.tar.gz"
+S=${WORKDIR}/abi-0.7.11
+DESCRIPTION="Framework for creating database applications"
+SRC_URI="http://download.abisource.com/releases/${PV}/src/lf/abi-${PV}.tar.gz
+ http://download.abisource.com/releases/${PV}/src/lf/abidistfiles-${PV}.tar.gz
+ http://download.abisource.com/releases/${PV}/src/lf/expat-${PV}.tar.gz
+ http://download.abisource.com/releases/${PV}/src/lf/unixfonts-${PV}.tar.gz
+ http://download.abisource.com/releases/${PV}/src/lf/wv-${PV}.tar.gz"
+
+
+HOMEPAGE="http://www.gnome.org/gnome-office/abiword.shtml/"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ cd ${S}
+ try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0
+}
+
+src_install() {
+ cd ${S}
+ try make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install
+ cp ${D}/opt/gnome/AbiSuite/bin/AbiWord AbiWord.orig
+ sed -e "s:${D}::" AbiWord.orig > ${D}/opt/gnome/AbiSuite/bin/AbiWord
+ cd ${D}/opt/gnome/bin
+ rm -f abiword
+ rm -f AbiWord
+ ln -s ../AbiSuite/bin/AbiWord AbiWord
+ ln -s ../AbiSuite/bin/AbiWord abiword
+}
+
+
+
+
diff --git a/gnome-office/abiword/files/digest-abiword-0.7.11 b/gnome-office/abiword/files/digest-abiword-0.7.11
new file mode 100644
index 000000000000..9e7e53233d94
--- /dev/null
+++ b/gnome-office/abiword/files/digest-abiword-0.7.11
@@ -0,0 +1,5 @@
+MD5 e10574250dfc0f3bfee94ceef9298b33 abi-0.7.11.tar.gz
+MD5 7599e6675c0a1b29f1f85f6726308dc4 abidistfiles-0.7.11.tar.gz
+MD5 b7bd0c00b94b7dc15975eb0422fedba0 expat-0.7.11.tar.gz
+MD5 f221a2baaadae45513e2c9bc4b859bba unixfonts-0.7.11.tar.gz
+MD5 6b31cb676cffb4f3f7c4bc46c29e64d4 wv-0.7.11.tar.gz