summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-15 23:00:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-15 23:00:52 +0000
commit0e79ca9471efafe3d308839dca77799b2962b540 (patch)
treedac616d1c051db27fc80532cde39e9541aeada5d /app-text/a2ps
parent*** empty log message *** (diff)
downloadgentoo-2-0e79ca9471efafe3d308839dca77799b2962b540.tar.gz
gentoo-2-0e79ca9471efafe3d308839dca77799b2962b540.tar.bz2
gentoo-2-0e79ca9471efafe3d308839dca77799b2962b540.zip
Fixed lispdir for install
Diffstat (limited to 'app-text/a2ps')
-rw-r--r--app-text/a2ps/a2ps-4.13b-r2.ebuild40
-rw-r--r--app-text/a2ps/files/digest-a2ps-4.13b-r21
2 files changed, 41 insertions, 0 deletions
diff --git a/app-text/a2ps/a2ps-4.13b-r2.ebuild b/app-text/a2ps/a2ps-4.13b-r2.ebuild
new file mode 100644
index 000000000000..df84668680a4
--- /dev/null
+++ b/app-text/a2ps/a2ps-4.13b-r2.ebuild
@@ -0,0 +1,40 @@
+# 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/a2ps/a2ps-4.13b-r2.ebuild,v 1.1 2001/01/15 23:00:52 achim Exp $
+
+P=a2ps-4.13b
+A=${P}.tar.gz
+S=${WORKDIR}/a2ps-4.13
+DESCRIPTION="a2ps is an Any to PostScript filter"
+SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/"${A}
+HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps"
+
+DEPEND=">=sys-apps/bash-2.04
+ >=sys-libs/glibc-2.1.3
+ >=app-text/ghostscript-6.23
+ >=app-text/tetex-1.0.7
+ || ( >=net-print/LPRng-3.6.24 >=net-print/cups-1.1.3 )"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ cd ${S}
+ try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/a2ps
+ try make
+}
+
+src_install() {
+ cd ${S}
+ dodir /usr/share/emacs/site-lisp
+ try make prefix=${D}/usr sysconfdir=${D}/etc/a2ps \
+ lispdir=${D}/usr/share/emacs/site-lisp install
+ dodoc ANNOUNCE AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO
+}
+
+
+
+
+
diff --git a/app-text/a2ps/files/digest-a2ps-4.13b-r2 b/app-text/a2ps/files/digest-a2ps-4.13b-r2
new file mode 100644
index 000000000000..ec015c86df8e
--- /dev/null
+++ b/app-text/a2ps/files/digest-a2ps-4.13b-r2
@@ -0,0 +1 @@
+MD5 0c8e0c31b08c14f7a7198ce967eb3281 a2ps-4.13b.tar.gz