diff options
Diffstat (limited to 'app-misc/ifp-line/ifp-line-0.2.3.ebuild')
-rw-r--r-- | app-misc/ifp-line/ifp-line-0.2.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/ifp-line/ifp-line-0.2.3.ebuild b/app-misc/ifp-line/ifp-line-0.2.3.ebuild new file mode 100644 index 000000000000..0aad36f94d85 --- /dev/null +++ b/app-misc/ifp-line/ifp-line-0.2.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/15 00:29:42 eradicator Exp $ + +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 +} |