updated ifuse-1.0.0.ebuild
[dottout.git] / app-pda / ifuse / ifuse-1.0.0.ebuild
blob6dedd1c3ca4238d0404baff481644cbca1370c26
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-pda/ifuse/ifuse-0.9.5.ebuild,v 1.1 2009/12/14 23:26:24 chainsaw Exp $
5 DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
6 HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page"
7 SRC_URI="http://cloud.github.com/downloads/MattColyer/${PN}/${P}.tar.bz2"
8 LICENSE="GPL-2"
9 SLOT="0"
10 KEYWORDS="~amd64 ~x86"
11 IUSE=""
12 RDEPEND=">=app-pda/libplist-1.1
13 >=app-pda/libiphone-0.9.5
14 =dev-libs/glib-2*
15 sys-fs/fuse"
17 src_install() {
18 make DESTDIR="${D}" install || die
21 pkg_postinst() {
22 ewarn "Only use this filesystem driver to create backups of your data."
23 ewarn "The music database is hashed, and attempting to add files will "
24 ewarn "cause the iPod/iPhone to consider your database unauthorised."
25 ewarn "It will respond by wiping all media files, requiring a restore "
26 ewarn "through iTunes. You have been warned."