spacer SmartCard Services
Register Lost Password Login
  • Home
  • SCardServices
  • SCardCCID
  • SCardTokend
  • Documentation
  • Installers
  • Browse Source
  • Mailing Lists
  • The Team
Projects
  • Apple Lossless Audio Codec
  • Calendar and Contacts Server
  • DarwinBuild
  • Darwin Streaming Server
  • DCERPC
  • FS Tools
  • libdispatch
  • MacPorts
  • SCAP-on-Apple
  • SmartCard Services
  • WebKit
  • XQuartz
Wiki     Blog     Roadmap     Timeline     New Ticket     View Tickets     Project Search

Context Navigation

  • ← Previous Revision
  • Next Revision →
  • Blame
  • Revision Log

source: trunk/SmartcardCCID/SmartcardCCID.plist @ 153

Revision 53, 1.0 KB checked in by wsiegrist@…, 4 years ago (diff)

Add branch and source_sites to plist so darwinbuild will use subversion to fetch the source

Line 
1// !$*UTF8*$!
2{
3        build = SmartcardCCID;
4        inherits = 9J61;
5        projects = {
6                SmartcardCCID = {
7                        branch = "/trunk/SmartcardCCID";
8                        dependencies = {
9                                build = (
10                                        CF,
11                                        CarbonHeaders,
12                                        CoreOSMakefiles,
13                                        Csu,
14                                        IOKitUser,
15                                        IOUSBFamily,
16                                        Libc_headers,
17                                        Libm,
18                                        Libsyscall,
19                                        Libsystem,
20                                        OpenSSL,
21                                        PowerManagement,
22                                        Security,
23                                        SystemStubs,
24                                        adv_cmds,
25                                        architecture,
26                                        basic_cmds,
27                                        bootstrap_cmds,
28                                        cctools,
29                                        developer_cmds,
30                                        dyld,
31                                        file_cmds,
32                                        files,
33                                        flex,
34                                        gcc,
35                                        gcc_42,
36                                        gnumake,
37                                        launchd_libs,
38                                        ld64,
39                                        libgcc,
40                                        libiconv,
41                                        libsecurityd,
42                                        libsecurity_cdsa_client,
43                                        libsecurity_cdsa_utilities,
44                                        libsecurity_cssm,
45                                        libsecurity_utilities,
46                                        libstdcxx,
47                                        misc_cmds,
48                                        ncurses,
49                                        perl,
50                                        shell_cmds,
51                                        system_cmds,
52                                        text_cmds,
53                                        xnu,
54                                );
55                        };
56                        source_sites = (
57                                     "svn.macosforge.org/repository/smartcardservices/",
58                        );
59                        version = 1;
60                };
61        };
62}
63
Note: See TracBrowser for help on using the repository browser.
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.