File tree 2 files changed +48
-0
lines changed
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1
1
DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d SHA512 66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d
2
+ DIST usbmuxd-1.1.1_pre20200121.tar.bz2 51859 BLAKE2B 339d53904f7484bebb6d7524313ee065bf5a244efab16c77b30b8932071012105f21aa56083d82667b06088af83464ea8c86e3c28c5a45cb9abbe574a634533e SHA512 cc113b054e8e04d228af740ec43d2dbf29c015dc9d8e1cdd0eaf84bfcaa9838d5b1bf6db2efed30ffb84c35c88db5469983a115ffdbddbb6acd0df9fd2a5182f
Original file line number Diff line number Diff line change
1
+ # Copyright 1999-2020 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=7
5
+
6
+ COMMIT=" 8a69f1a78a58476f77b66916091d2405d0cd815f"
7
+
8
+ inherit autotools systemd udev
9
+
10
+ DESCRIPTION=" USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
11
+ HOMEPAGE=" https://www.libimobiledevice.org/"
12
+ SRC_URI=" https://cgit.libimobiledevice.org/usbmuxd.git/snapshot/usbmuxd-${COMMIT} .tar.bz2 -> ${P} .tar.bz2"
13
+
14
+ # src/utils.h is LGPL-2.1+, rest is found in COPYING*
15
+ LICENSE=" GPL-2 GPL-3 LGPL-2.1+"
16
+ SLOT=" 0"
17
+ KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86"
18
+ IUSE=" systemd"
19
+
20
+ DEPEND="
21
+ acct-user/usbmux
22
+ >=app-pda/libimobiledevice-1.2.1_pre0:=
23
+ >=app-pda/libplist-1.11:=
24
+ virtual/libusb:1"
25
+
26
+ RDEPEND="
27
+ ${DEPEND}
28
+ virtual/udev
29
+ "
30
+
31
+ BDEPEND="
32
+ virtual/pkgconfig
33
+ "
34
+
35
+ S=" ${WORKDIR} /${PN} -${COMMIT} "
36
+
37
+ src_prepare () {
38
+ default
39
+ eautoreconf
40
+ }
41
+
42
+ src_configure () {
43
+ econf \
44
+ $( use_with systemd) \
45
+ --with-systemdsystemunitdir=" $( systemd_get_systemunitdir) " \
46
+ --with-udevrulesdir=" $( get_udevdir) " /rules.d
47
+ }
You can’t perform that action at this time.
0 commit comments