Fixes #18992 Change-Id: Ic22e26c404a91773403d658f5156db0c8726378c Reviewed-on: https://review.haiku-os.org/c/haiku/+/10231 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
24 lines
786 B
Plaintext
24 lines
786 B
Plaintext
name haiku_%HAIKU_SECONDARY_PACKAGING_ARCH%_devel
|
|
version %HAIKU_VERSION%
|
|
architecture HAIKU_PACKAGING_ARCH
|
|
summary "The Haiku base system %HAIKU_SECONDARY_PACKAGING_ARCH% secondary architecture development files"
|
|
|
|
description "The package contains all files associated with the base system
|
|
needed for development for the secondary architecture %HAIKU_SECONDARY_PACKAGING_ARCH%,
|
|
like static libraries, glue code, library symlinks, header files, etc."
|
|
|
|
packager "The Haiku build system"
|
|
vendor "Haiku Project"
|
|
|
|
copyrights "2001-2026 Haiku, Inc. et al"
|
|
licenses "MIT"
|
|
|
|
provides {
|
|
haiku_%HAIKU_SECONDARY_PACKAGING_ARCH%_devel = %HAIKU_VERSION% compat >= R1~alpha1
|
|
}
|
|
|
|
requires {
|
|
haiku_%HAIKU_SECONDARY_PACKAGING_ARCH% == %HAIKU_VERSION% base
|
|
haiku_devel == %HAIKU_VERSION%
|
|
}
|