Adjust handling of package infos.

* add HAIKU_PACKAGING_ARCH, which is set to the target packaging 
  architecture
* introduce support for generic package infos, which are package infos
  that are the same for all architectures, except for the declaration
  of the package architecture itself
* move package info files underneath architecture-specific or generic
  folder
This commit is contained in:
Oliver Tappe
2013-06-04 00:24:37 +02:00
parent 6c36ad168e
commit 59e2e2f3a7
10 changed files with 32 additions and 4 deletions
@@ -1,6 +1,6 @@
name haiku_cross_devel
version R1~alpha4_pm-1
architecture x86_gcc2
architecture HAIKU_PACKAGING_ARCH
summary "The Haiku base system files for cross development"
description "The package contains all files associated with the base system
@@ -1,6 +1,6 @@
name haiku_devel
version R1~alpha4_pm-1
architecture x86_gcc2
architecture HAIKU_PACKAGING_ARCH
summary "The Haiku base system development files"
description "The package contains all files associated with the base system
@@ -1,6 +1,6 @@
name haiku_loader
version R1~alpha4_pm-1
architecture x86_gcc2
architecture HAIKU_PACKAGING_ARCH
summary "The Haiku boot loader"
description "The Haiku boot loader."