1name haiku_%HAIKU_SECONDARY_PACKAGING_ARCH% 2version R1~alpha4_pm-1 3architecture x86_64 4summary "The Haiku base system %HAIKU_SECONDARY_PACKAGING_ARCH% secondary architecture support" 5 6description "The Haiku base system %HAIKU_SECONDARY_PACKAGING_ARCH% 7secondary architecture support includes all system libraries, add-ons, and 8other files required to run programs build for that architecture." 9 10packager "The Haiku build system" 11vendor "Haiku Project" 12 13copyrights "2001-2013 Haiku, Inc. et al" 14licenses { 15 MIT 16 "GNU LGPL v2.1" 17} 18 19provides { 20 haiku_%HAIKU_SECONDARY_PACKAGING_ARCH% = R1~alpha4_pm-1 compat>=R1~alpha1 21} 22 23requires { 24 lib:libfreetype_%HAIKU_SECONDARY_PACKAGING_ARCH% 25#ifndef HAIKU_BOOTSTRAP_BUILD 26 lib:libjpeg_%HAIKU_SECONDARY_PACKAGING_ARCH% 27 lib:libpng_%HAIKU_SECONDARY_PACKAGING_ARCH% 28#endif 29 lib:libsolv_%HAIKU_SECONDARY_PACKAGING_ARCH% 30 lib:libsolvext_%HAIKU_SECONDARY_PACKAGING_ARCH% 31 lib:libz_%HAIKU_SECONDARY_PACKAGING_ARCH% 32} 33