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