summaryrefslogtreecommitdiff
blob: 8c51c1a666500c23f853103b9c147a368640d784 (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
26
27
28
29
30
31
32
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.2.3.ebuild,v 1.4 2004/06/24 22:15:54 agriffis Exp $

IUSE=""

DESCRIPTION="iRiver iFP open-source driver"
HOMEPAGE="http://ifp-driver.sourceforge.net/"
SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz"
RESTRICT="nomirror"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86" # User-submitted contained: "~sparc ~amd64 ~ppc"

DEPEND="dev-libs/libusb"

src_compile() {
	emake || die "Make failed"
}

src_install() {
	dobin ifp
	dodoc COPYING NEWS README TIPS
}

pkg_postinst() {
	ewarn
	ewarn "to use ifp-line as non-root user, please follow"
	ewarn "the instructions in /usr/share/doc/${P}/TIPS.gz"
	ewarn
}