dev-util/ios-webkit-debug-proxy: bump to version 1.7.1

This commit is contained in:
Anton Schubert 2017-02-15 18:19:26 +01:00
parent fa9059c225
commit 187d430853
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
inherit autotools
DESCRIPTION="A DevTools proxy (WebKit Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector)"
HOMEPAGE="https://github.com/google/{$PN}"
SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
DEPEND=">=app-pda/libimobiledevice-1.2.0
>=app-pda/libplist-1.12"
RDEPEND="${DEPEND}"
src_prepare(){
eautoreconf
}