summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-26 22:48:36 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-26 22:48:36 +0000
commit55e21e77ad88950c2dbbcfcbe8e189e553c31828 (patch)
tree5a7b1d957f000c4e2b09118c9d1fad80624086b5 /net-print/LPRng
parent*** empty log message *** (diff)
downloadgentoo-2-55e21e77ad88950c2dbbcfcbe8e189e553c31828.tar.gz
gentoo-2-55e21e77ad88950c2dbbcfcbe8e189e553c31828.tar.bz2
gentoo-2-55e21e77ad88950c2dbbcfcbe8e189e553c31828.zip
*** empty log message ***
Diffstat (limited to 'net-print/LPRng')
-rw-r--r--net-print/LPRng/LPRng-3.6.26.ebuild45
-rw-r--r--net-print/LPRng/files/digest-LPRng-3.6.261
2 files changed, 46 insertions, 0 deletions
diff --git a/net-print/LPRng/LPRng-3.6.26.ebuild b/net-print/LPRng/LPRng-3.6.26.ebuild
new file mode 100644
index 000000000000..33215e6f4aba
--- /dev/null
+++ b/net-print/LPRng/LPRng-3.6.26.ebuild
@@ -0,0 +1,45 @@
+# 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/net-print/LPRng/LPRng-3.6.26.ebuild,v 1.1 2000/11/26 22:48:36 achim Exp $
+
+A=${P}.tgz
+S=${WORKDIR}/${P}
+DESCRIPTION="Extended implementation of the Berkley LPR print spooler"
+SRC_URI="ftp://ftp.astart.com/pub/LPRng/LPRng/${A}"
+HOMEPAGE="http://www.astart.com/LPRng/LPRng.html"
+
+DEPEND=">=sys-libs/glibc-2.1.3"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/po
+ rm Makefile.in.in
+ cp /usr/share/gettext/po/Makefile.in.in .
+ rm -rf ${S}/intl
+}
+
+src_compile() {
+ cd ${S}
+ try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \
+ --enable-nls --with-included-gettext
+ try make
+}
+
+src_install() {
+ cd ${S}
+ try make INSTALL_PREFIX=${D} datadir=${D}/usr/share gnulocaledir=${D}/usr/share/locale install
+
+# rm -rf ${D}/usr/share/locale
+# MOPREFIX=LPRng
+# domo po/fr.po
+ cp ${O}/files/lprng ${D}/etc/rc.d/init.d/lprng
+ cd ${S}
+ dodoc ABOUT-NLS.LPRng CHANGES CONTRIBUTORS COPYRIGHT LICENSE LINK README* UPDATE VERSION
+ dodoc HOWTO/*.txt HOWTO/*.ppt
+ docinto html
+ dodoc HOWTO/*.html HOWTO/*.gif
+}
+
+
+
diff --git a/net-print/LPRng/files/digest-LPRng-3.6.26 b/net-print/LPRng/files/digest-LPRng-3.6.26
new file mode 100644
index 000000000000..2b5230af5392
--- /dev/null
+++ b/net-print/LPRng/files/digest-LPRng-3.6.26
@@ -0,0 +1 @@
+MD5 8d3dc76549191ae6681f6b61ed9fc660 LPRng-3.6.26.tgz