summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/ink/ink-0.2.ebuild')
-rw-r--r--net-print/ink/ink-0.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-print/ink/ink-0.2.ebuild b/net-print/ink/ink-0.2.ebuild
new file mode 100644
index 000000000000..9b24d6cebdbe
--- /dev/null
+++ b/net-print/ink/ink-0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.2.ebuild,v 1.1 2003/09/21 15:25:41 lanius Exp $
+
+DESCRIPTION="A command line utility to display the ink level of your printer"
+SRC_URI="http://home.arcor.de/markusheinz/${P}.tar.gz"
+HOMEPAGE="http://home.arcor.de/markusheinz/ink.html"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+DEPEND=">=net-print/libinklevel-0.5"
+
+S=${WORKDIR}/${PN}
+
+src_install () {
+ make DESTDIR=${D}/usr install || die
+ dodoc COPYING README
+}