Add new package haiku_cross_devel.hpkg

* This package is meant for providing haikuporter with a development
  environment for building cross packages.
This commit is contained in:
Oliver Tappe
2013-05-19 23:30:23 +02:00
parent dff45dfced
commit 773318958f
3 changed files with 85 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name haiku_cross_devel
version R1~alpha3_pm-1
architecture x86_gcc2
summary "The Haiku base system files for cross development"
description "The package contains all files associated with the base system
needed for cross development, like static libraries, glue code, library symlinks,
header files, etc."
packager "The Haiku build system"
vendor "Haiku Project"
copyrights "2001-2011 Haiku, Inc. et al"
licenses "MIT"
provides {
haiku_cross_devel = R1~alpha3_pm-1
}
requires {
haiku == R1~alpha3_pm-1
}