You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-print/libinklevel/libinklevel-0.6.3.ebuild

22 lines
586 B

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/libinklevel/libinklevel-0.6.3.ebuild,v 1.6 2007/07/13 07:15:13 mr_bones_ Exp $
DESCRIPTION="A library to get the ink level of your printer"
HOMEPAGE="http://libinklevel.sourceforge.net/"
SRC_URI="mirror://sourceforge/libinklevel/${P}.tar.gz"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
LICENSE="GPL-2"
IUSE=""
DEPEND="sys-libs/libieee1284"
S=${WORKDIR}/${PN}
src_install () {
make DESTDIR=${D}/usr install || die
dodoc COPYING README
}