mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
libusbmuxd: update deps
This commit is contained in:
parent
bd92d1207f
commit
60a7fe7e00
1 changed files with 9 additions and 8 deletions
|
|
@ -1,11 +1,12 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
||||
HOMEPAGE="http://www.libimobiledevice.org/"
|
||||
HOMEPAGE="https://www.libimobiledevice.org/"
|
||||
SRC_URI="https://github.com/libimobiledevice/libusbmuxd/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
|
||||
|
|
@ -14,21 +15,21 @@ SLOT="0/6.0.0" # based on SONAME of libusbmuxd.so
|
|||
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
|
||||
IUSE="kernel_linux static-libs"
|
||||
|
||||
RDEPEND=">=app-pda/libplist-2.1.0:=
|
||||
RDEPEND="
|
||||
app-pda/libplist:=
|
||||
virtual/libusb:1
|
||||
!=app-pda/usbmuxd-1.0.9*
|
||||
!<app-pda/usbmuxd-1.0.8_p1"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers
|
||||
virtual/pkgconfig"
|
||||
virtual/os-headers"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
#DOCS=( AUTHORS README )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
NOCONFIGURE=1 ./autogen.sh || die
|
||||
eautoreconf
|
||||
eapply_user
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue