xref: /haiku/src/data/package_infos/generic/haiku_devel (revision 220d04022750f40f8bac8f01fa551211e28d04f2)
1name			haiku_devel
2version			%HAIKU_VERSION%
3architecture	%HAIKU_PACKAGING_ARCH%
4summary			"The Haiku base system development files"
5
6description		"The package contains all files associated with the base system
7needed for development, like static libraries, glue code, library symlinks,
8header files, etc."
9
10packager		"The Haiku build system"
11vendor			"Haiku Project"
12
13copyrights		"2001-2013 Haiku, Inc. et al"
14licenses		"MIT"
15
16provides {
17	haiku_devel = %HAIKU_VERSION% compat >= R1~alpha1
18}
19
20requires {
21	haiku == %HAIKU_VERSION% base
22}
23