summaryrefslogtreecommitdiff
blob: f105ae4f62fff5d481cc6c2c80b91b5431d2932d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/packetcommand/packetcommand-0.5.1.ebuild,v 1.2 2007/07/15 06:28:04 mr_bones_ Exp $

inherit linux-mod eutils

DESCRIPTION="A driver for the em84xx dvd disc access."
HOMEPAGE="http://www.htpc-forum.de"
SRC_URI="http://www.htpc-forum.de/download/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=""
DEPEND="media-video/em84xx-modules"

CONFIG_CHECK="IDE"

pkg_setup() {
	linux-mod_pkg_setup
	MODULE_NAMES="packetcommand(video:)"
	BUILD_TARGETS="all"
	BUILD_PARAMS="KDIR=\"${KV_DIR}\" V=1"
}