/[gentoo-x86]/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild
Gentoo

Contents of /app-pda/usbmuxd/usbmuxd-1.0.8.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Sat Nov 3 07:17:34 2012 UTC (6 months, 2 weeks ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED
old

(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

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"

  ViewVC Help
Powered by ViewVC 1.1.13