Ticket #39116: Portfile

File Portfile, 1.3 KB (added by jeremyagost@…, 11 years ago)

Updated portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 96522 2012-08-13 03:37:00Z rmstonecipher@macports.org $
3
4PortSystem          1.0
5
6PortGroup           cmake 1.0
7
8name                usbmuxd
9version             1.0.8
10revision            1
11categories          devel
12platforms           darwin
13maintainers         rmstonecipher openmaintainer
14description         USB Multiplex Daemon
15long_description    ${description} is in charge of talking to your iPhone \
16                    or iPod Touch over USB and coordinating access to its services by other \
17                    applications.
18license             GPL-2+ GPL-3+ LGPL-2.1+
19homepage            http://cgit.sukimashita.com/usbmuxd.git/
20master_sites        http://cgit.sukimashita.com/usbmuxd.git/snapshot/
21use_bzip2           yes
22checksums           md5     87fd27773a84e97ac6e2dc28b08d682e \
23                    sha1    7488587303c757874a16a8c40b00c8bd15c82120 \
24                    rmd160  d5bcd38d22b44a4e8a68b8a2ffe6aecbad1e53c6
25depends_build-append port:pkgconfig
26depends_lib         port:libplist \
27                    path:lib/pkgconfig/libusb-1.0.pc:libusb
28livecheck.url       ${master_sites}
29livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
30
31patch {
32        system -W ${worksrcpath} "echo ${version} > version.tag"
33}