ideviceinstaller-1.1.0.ebuild 593 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
  5. HOMEPAGE="http://www.libimobiledevice.org/"
  6. SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
  12. >=app-pda/libplist-1.8:=
  13. >=dev-libs/libzip-0.8"
  14. DEPEND="${RDEPEND}
  15. virtual/pkgconfig"
  16. DOCS=( AUTHORS NEWS README )
  17. src_prepare() {
  18. sed -i -e 's:-Werror -g::' configure || die
  19. }