1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
5 inherit autotools readme.gentoo
7 DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
8 HOMEPAGE="http://www.libimobiledevice.org/"
9 SRC_URI="https://github.com/libimobiledevice/${PN}/archive/master.zip -> ${PN}.zip"
18 RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
19 >=app-pda/libplist-1.8:=
24 DOCS="AUTHORS NEWS README"
26 DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
27 The music database is hashed, and attempting to add files will cause the
28 iPod/iPhone to consider your database unauthorised.
29 It will respond by wiping all media files, requiring a restore through iTunes."
31 S="${WORKDIR}/${PN}-master"