⛏️ index : haiku.git

name			haiku_devel
version			%HAIKU_VERSION%
architecture	%HAIKU_PACKAGING_ARCH%
summary			"The Haiku base system development files"

description		"The package contains all files associated with the base system
needed for development, like static libraries, glue code, library symlinks,
header files, etc."

packager		"The Haiku build system"
vendor			"Haiku Project"

copyrights		"2001-2020 Haiku, Inc. et al"
licenses		"MIT"

provides {
	haiku_devel = %HAIKU_VERSION% compat >= R1~alpha1
}

requires {
	haiku == %HAIKU_VERSION% base
}