File: libdispatch.plist

package info (click to toggle)
libdispatch 0~svn188-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,448 kB
  • ctags: 1,652
  • sloc: sh: 10,139; ansic: 8,999; makefile: 229; objc: 37; cpp: 14
file content (38 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// !$*UTF8*$!
{
	build = libdispatch;
	inherits = 10C540;
	projects = {
		libdispatch = {
			branch = "/trunk";
			dependencies = {
				build = (
					bootstrap_cmds,
					cctools,
					file_cmds,
					gcc,
					gcc_select,
					shell_cmds,
					system_cmds,
					text_cmds,
				);
				lib = (
					ICU,
					Libsystem,
					xnu,
				);
				header = (
					CarbonHeaders,
					Libc_headers,
					Libsyscall,
					libclosure,
				);
			};
			source_sites = (
				"http://svn.macosforge.org/repository/libdispatch/",
			);
			version = 1;
		};
	};
}