summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-20 18:05:20 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-20 18:05:20 +0000
commit5276a31dc04b87d5821e77e5a5c4641efad1c5cd (patch)
treeb279a7d26f8e2704c1890759d4ade57fb621e4a4 /app-text/dgs
parent*** empty log message *** (diff)
downloadhistorical-5276a31dc04b87d5821e77e5a5c4641efad1c5cd.tar.gz
historical-5276a31dc04b87d5821e77e5a5c4641efad1c5cd.tar.bz2
historical-5276a31dc04b87d5821e77e5a5c4641efad1c5cd.zip
*** empty log message ***
Diffstat (limited to 'app-text/dgs')
-rw-r--r--app-text/dgs/dgs-0.5.9.1.ebuild28
-rw-r--r--app-text/dgs/files/digest-dgs-0.5.9.11
2 files changed, 29 insertions, 0 deletions
diff --git a/app-text/dgs/dgs-0.5.9.1.ebuild b/app-text/dgs/dgs-0.5.9.1.ebuild
new file mode 100644
index 000000000000..3ecfa7812097
--- /dev/null
+++ b/app-text/dgs/dgs-0.5.9.1.ebuild
@@ -0,0 +1,28 @@
+# 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-text/dgs/dgs-0.5.9.1.ebuild,v 1.1 2000/09/20 18:05:20 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/dgs-0.5.9
+DESCRIPTION="A Ghostscript based DPS server"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dgs/${A}"
+HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/dgs/index.html"
+
+
+src_compile() {
+
+ cd ${S}
+ try ./configure --prefix=/usr --host=${CHOST} --with-x
+ try make
+
+}
+
+src_install () {
+
+ cd ${S}
+ try make DESTDIR=${D} install
+ prepman
+ dodoc ANNOUNCE ChangeLog FAQ NEWS NOTES README STATUS TODO Version
+}
+
diff --git a/app-text/dgs/files/digest-dgs-0.5.9.1 b/app-text/dgs/files/digest-dgs-0.5.9.1
new file mode 100644
index 000000000000..d2d21ce0fcea
--- /dev/null
+++ b/app-text/dgs/files/digest-dgs-0.5.9.1
@@ -0,0 +1 @@
+MD5 7f1c0cb0f7fe1d1899b88e4d89809ac4 dgs-0.5.9.1.tar.gz