summaryrefslogtreecommitdiff
blob: 0903cb35f619686e45c4a03dad862397d0097cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Open source Linux driver for the Konica Minolta magicolor 2300W and 2400W color laser printers."
HOMEPAGE="http://sourceforge.net/projects/m2300w/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="net-print/foomatic-filters
	net-print/cups"
RDEPEND="${DEPEND}"

src_install() {
	emake INSTROOT="${D}" install || die "emake install failed"
}