| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild,v 1.7 2012/08/16 22:02:33 johu Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
inherit cmake-utils user
|
| 7 |
|
| 8 |
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
|
| 9 |
HOMEPAGE="http://www.libimobiledevice.org/"
|
| 10 |
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
|
| 11 |
|
| 12 |
LICENSE="GPL-2 GPL-3 LGPL-2.1"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="amd64 ~ppc64 x86"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
RDEPEND=">=app-pda/libplist-1.8-r1
|
| 18 |
virtual/libusb:1"
|
| 19 |
DEPEND="${RDEPEND}
|
| 20 |
virtual/os-headers"
|
| 21 |
|
| 22 |
pkg_setup() {
|
| 23 |
enewgroup plugdev
|
| 24 |
enewuser usbmux -1 -1 -1 "usb,plugdev"
|
| 25 |
}
|
| 26 |
|
| 27 |
DOCS="AUTHORS README README.devel"
|