]> Pileus Git - ~andy/sunrise/blob - net-print/m2300w/m2300w-0.51.ebuild
sunrise/app-portage/elog-list/elog-list-0.0.6.ebuild: change headers to make repoman...
[~andy/sunrise] / net-print / m2300w / m2300w-0.51.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="The m2300w driver is an open source Linux driver for the Konica Minolta magicolor 2300W and 2400W color laser printers."
6 HOMEPAGE="http://sourceforge.net/projects/m2300w/"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND="net-print/foomatic-filters
15         net-print/cups"
16 RDEPEND="${DEPEND}"
17
18 src_install() {
19         emake INSTROOT="${D}" install || die "emake install failed"
20 }