summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-08-07 15:35:02 +0000
committerAchim Gottinger <achim@gentoo.org>2000-08-07 15:35:02 +0000
commit92f88d5d2f83bf36ca1e2f979e8ce293108e2af2 (patch)
treead1030e8a4b6813b42b5ec11368e57e4d2e3982a /app-text/a2ps
parent*** empty log message *** (diff)
downloadgentoo-2-92f88d5d2f83bf36ca1e2f979e8ce293108e2af2.tar.gz
gentoo-2-92f88d5d2f83bf36ca1e2f979e8ce293108e2af2.tar.bz2
gentoo-2-92f88d5d2f83bf36ca1e2f979e8ce293108e2af2.zip
*** empty log message ***
Diffstat (limited to 'app-text/a2ps')
-rw-r--r--app-text/a2ps/a2ps-4.13b-r1.ebuild34
-rw-r--r--app-text/a2ps/files/digest1
2 files changed, 35 insertions, 0 deletions
diff --git a/app-text/a2ps/a2ps-4.13b-r1.ebuild b/app-text/a2ps/a2ps-4.13b-r1.ebuild
new file mode 100644
index 000000000000..81616a223eb0
--- /dev/null
+++ b/app-text/a2ps/a2ps-4.13b-r1.ebuild
@@ -0,0 +1,34 @@
+# 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-r1.ebuild,v 1.1 2000/08/07 15:31:45 achim Exp $
+
+P=a2ps-4.13b
+A=${P}.tar.gz
+S=${WORKDIR}/a2ps-4.13
+CATEGORY="app-text"
+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"
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ cd ${S}
+ ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/a2ps --with-catgets
+ make
+}
+
+src_install() {
+ cd ${S}
+ dodir /usr/share/emacs/site-lisp
+ make prefix=${D}/usr sysconfdir=${D}/etc/a2ps install
+ dodoc ANNOUNCE AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO
+ prepman
+ prepinfo
+}
+
+
+
+
diff --git a/app-text/a2ps/files/digest b/app-text/a2ps/files/digest
new file mode 100644
index 000000000000..ec015c86df8e
--- /dev/null
+++ b/app-text/a2ps/files/digest
@@ -0,0 +1 @@
+MD5 0c8e0c31b08c14f7a7198ce967eb3281 a2ps-4.13b.tar.gz