diff options
author | 2004-09-07 16:13:57 +0000 | |
---|---|---|
committer | 2004-09-07 16:13:57 +0000 | |
commit | 78e9026733fcb09a1f8cafa3f576fcd3382e6c03 (patch) | |
tree | f9ab3ffdbf1a4152112cac8feaaf7c032e98c7d6 /app-misc/ifp-line/ifp-line-0.2.4.4.ebuild | |
parent | added ~amd64 to media-video/ProjectX-0.81.7 (#63010) (diff) | |
download | historical-78e9026733fcb09a1f8cafa3f576fcd3382e6c03.tar.gz historical-78e9026733fcb09a1f8cafa3f576fcd3382e6c03.tar.bz2 historical-78e9026733fcb09a1f8cafa3f576fcd3382e6c03.zip |
Version bump.
Diffstat (limited to 'app-misc/ifp-line/ifp-line-0.2.4.4.ebuild')
-rw-r--r-- | app-misc/ifp-line/ifp-line-0.2.4.4.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/ifp-line/ifp-line-0.2.4.4.ebuild b/app-misc/ifp-line/ifp-line-0.2.4.4.ebuild new file mode 100644 index 000000000000..019685b1f68d --- /dev/null +++ b/app-misc/ifp-line/ifp-line-0.2.4.4.ebuild @@ -0,0 +1,28 @@ +# 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.4.4.ebuild,v 1.1 2004/09/07 16:13:57 eradicator Exp $ + +DESCRIPTION="iRiver iFP open-source driver" +HOMEPAGE="http://ifp-driver.sourceforge.net/" +SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +IUSE="" + +DEPEND="dev-libs/libusb" + +src_compile() { + emake || die "Make failed" +} + +src_install() { + dobin ifp || die + dodoc NEWS README TIPS +} + +pkg_postinst() { + ewarn "to use ifp-line as non-root user, please follow" + ewarn "the instructions in /usr/share/doc/${P}/TIPS.gz" +} |