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/media-video/dxr3config/dxr3config-0.3.4.ebuild

37 lines
877 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/dxr3config-0.3.4.ebuild,v 1.1 2008/07/07 14:42:38 zzam Exp $
inherit eutils
MY_PV="${PV/./-}"
MY_P="${PN}${MY_PV/./-}"
DESCRIPTION="a small tool, which helps you to find the appropriate module parameters for a dxr3-mpeg card."
HOMEPAGE="http://free.pages.at/wicky4vdr"
SRC_URI="http://free.pages.at/wicky4vdr/download/${MY_P}.tgz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-util/dialog
media-video/em8300-modules"
S=${WORKDIR}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-modprobed.diff"
sed -i -e 's:DIST="debian":DIST="gentoo":' usr/sbin/${PN}
}
src_install() {
newsbin usr/sbin/${PN} ${PN}
insinto /usr/share/${PN}
doins usr/share/${PN}/${PN}.m2v
}