diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-14 15:29:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-14 15:29:15 +0000 |
commit | 113afced2eba73b77e2647a5ad2e4ed410055a5b (patch) | |
tree | 5d785bddd09aa7955a9f26ac6675dbcade9b323b /app-text/dgs | |
parent | added glide-3.0.20000312 (diff) | |
download | gentoo-2-113afced2eba73b77e2647a5ad2e4ed410055a5b.tar.gz gentoo-2-113afced2eba73b77e2647a5ad2e4ed410055a5b.tar.bz2 gentoo-2-113afced2eba73b77e2647a5ad2e4ed410055a5b.zip |
*** empty log message ***
Diffstat (limited to 'app-text/dgs')
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 35 | ||||
-rw-r--r-- | app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff | 13 | ||||
-rw-r--r-- | app-text/dgs/files/digest-dgs-0.5.10-r1 | 1 |
3 files changed, 49 insertions, 0 deletions
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild new file mode 100644 index 000000000000..f3fbccf0729e --- /dev/null +++ b/app-text/dgs/dgs-0.5.10-r1.ebuild @@ -0,0 +1,35 @@ +# 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.10-r1.ebuild,v 1.1 2001/03/14 15:29:15 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +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" + +DEPEND="virtual/glibc + >=dev-libs/glib-1.2.8 + >=x11-base/xfree-4.0.1" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gs-time_.h-gentoo.diff +} + +src_compile() { + + try ./configure --prefix=/usr --host=${CHOST} --with-x + try make + +} + +src_install () { + + make prefix=${D}/usr mandir=${D}/usr/share/man install + + dodoc ANNOUNCE ChangeLog FAQ NEWS NOTES README STATUS TODO Version +} + diff --git a/app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff b/app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff new file mode 100644 index 000000000000..d02bcf3514ad --- /dev/null +++ b/app-text/dgs/files/dgs-0.5.10-gs-time_.h-gentoo.diff @@ -0,0 +1,13 @@ +--- gs/time_.h~ Thu Apr 1 07:31:53 1999 ++++ gs/time_.h Wed Mar 14 17:11:12 2001 +@@ -43,9 +43,7 @@ + */ + #ifdef HAVE_SYS_TIME_H + # include <sys/time.h> +-# if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */ +-# include <time.h> +-# endif ++# include <time.h> + #else + # include <time.h> + # ifndef __DECC diff --git a/app-text/dgs/files/digest-dgs-0.5.10-r1 b/app-text/dgs/files/digest-dgs-0.5.10-r1 new file mode 100644 index 000000000000..5edff5d8bde4 --- /dev/null +++ b/app-text/dgs/files/digest-dgs-0.5.10-r1 @@ -0,0 +1 @@ +MD5 85bf4c0be3e5325bc3bf2da3196aa299 dgs-0.5.10.tar.gz |