]> Pileus Git - ~andy/sunrise/blob - sys-fs/fusepod/fusepod-0.5.2.ebuild
net-misc/miniupnpc: Version bump.
[~andy/sunrise] / sys-fs / fusepod / fusepod-0.5.2.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A userspace filesystem to mount your iPod into a
6 directory for easy browsing"
7 HOMEPAGE="http://sourceforge.net/projects/fusepod"
8 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 DEPEND="sys-fs/fuse
16         media-libs/libgpod
17         media-libs/taglib"
18 RDEPEND="${DEPEND}"
19
20 src_install() {
21         emake DESTDIR="${D}" install || die "emake install failed"
22         dodoc AUTHORS ChangeLog README THANKS TODO
23 }