diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-26 12:52:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-26 12:52:15 +0000 |
commit | 53f7be32ba871ab52b46ce92c3378768c2142bf4 (patch) | |
tree | 9279c43275a9e3244ee5af78d356d513fdef4d8d /net-print/gtklp | |
parent | *** empty log message *** (diff) | |
download | historical-53f7be32ba871ab52b46ce92c3378768c2142bf4.tar.gz historical-53f7be32ba871ab52b46ce92c3378768c2142bf4.tar.bz2 historical-53f7be32ba871ab52b46ce92c3378768c2142bf4.zip |
*** empty log message ***
Diffstat (limited to 'net-print/gtklp')
-rw-r--r-- | net-print/gtklp/files/digest-gtklp-0.6d | 1 | ||||
-rw-r--r-- | net-print/gtklp/gtklp-0.6d.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net-print/gtklp/files/digest-gtklp-0.6d b/net-print/gtklp/files/digest-gtklp-0.6d new file mode 100644 index 000000000000..c4c66636591c --- /dev/null +++ b/net-print/gtklp/files/digest-gtklp-0.6d @@ -0,0 +1 @@ +MD5 f48d140ccb9a0b856ffe916fbad8bd8d gtklp-0.6d.src.tgz diff --git a/net-print/gtklp/gtklp-0.6d.ebuild b/net-print/gtklp/gtklp-0.6d.ebuild new file mode 100644 index 000000000000..d00f1f919b90 --- /dev/null +++ b/net-print/gtklp/gtklp-0.6d.ebuild @@ -0,0 +1,31 @@ +# 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/gtklp/gtklp-0.6d.ebuild,v 1.1 2000/11/26 12:52:15 achim Exp $ + +S=${WORKDIR}/src +DESCRIPTION="A GUI fort cupsd" +SRC_URI="http://www.stud.uni-hannover.de/~sirtobi/gtklp/files/${P}.src.tgz" +HOMEPAGE="http://www.stud.uni-hannover.de/~sirtobi/gtklp" + +DEPEND=">=x11-libs/gtk+-1.2.8 + >=net-print/cups-1.1.4" + +src_compile() { + + cd ${S} + try make CCFLAGS=\"$CFLAGS\" + +} + +src_install () { + + cd ${S} + into /usr/X11R6 + dobin gtklp + dodoc gtklprc.path.sample + docinto html + dodoc doc/*.html doc/*.jpg doc/*.gif + +} + |