# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ IUSE="" DESCRIPTION="Inkblot reports on the remaining ink levels in a wide variety of USB and Parallel connected printers." HOMEPAGE="http://greatnorthern.demon.co.uk/?id=411" SRC_URI="http://www.mikegtn.net/packages/inkblot/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="=net-print/libinklevel >=x11-libs/gtk+-2.2.0" S=${WORKDIR}/${P} src_unpack() { unpack ${A} } src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die }