Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134968 | Differences between
and this patch

Collapse All | Expand All

(-)mpio-0.7.1_pre2-r2.ebuild (+9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpio/mpio-0.7.1_pre2.ebuild,v 1.2 2004/11/23 09:54:39 eradicator Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpio/mpio-0.7.1_pre2.ebuild,v 1.2 2004/11/23 09:54:39 eradicator Exp $
4
4
5
inherit eutils
6
5
IUSE=""
7
IUSE=""
6
8
7
DESCRIPTION="Tool for the Digit@lway/Adtec MPIO MP3 players (DMG, DMK, DME, DMB, FD 100, FL100, FY100, FY200)"
9
DESCRIPTION="Tool for the Digit@lway/Adtec MPIO MP3 players (DMG, DMK, DME, DMB, FD 100, FL100, FY100, FY200)"
Lines 18-23 Link Here
18
	>=sys-libs/readline-4.3
20
	>=sys-libs/readline-4.3
19
	sys-apps/hotplug"
21
	sys-apps/hotplug"
20
22
23
src_unpack() {
24
	unpack ${A}
25
	cd ${S}
26
	epatch ${FILESDIR}/mpio_configure.patch
27
}
28
29
21
src_install() {
30
src_install() {
22
	make DESTDIR=${D} install || die
31
	make DESTDIR=${D} install || die
23
	dodoc AUTHORS Changelog README TODO
32
	dodoc AUTHORS Changelog README TODO

Return to bug 134968