Adjust to changed .PackageInfo format

This commit is contained in:
Ingo Weinhold
2011-07-17 16:54:43 +02:00
parent 91698de994
commit 1feaa8ab7e
5 changed files with 70 additions and 65 deletions
+17 -13
View File
@@ -1,19 +1,23 @@
name = Haiku name Haiku
version = R1-alpha3_pm-1 version R1-alpha3_pm-1
architecture = x86_gcc2 architecture x86_gcc2
summary = "The Haiku base system" summary "The Haiku base system"
description = "The Haiku base system includes all system core software, like
description "The Haiku base system includes all system core software, like
boot loader, kernel, the system libraries, servers, and applications." boot loader, kernel, the system libraries, servers, and applications."
packager = "Ingo Weinhold <[email protected]>" packager "Ingo Weinhold <[email protected]>"
vendor = "Haiku Project" vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al" copyrights "2001-2011 Haiku, Inc. et al"
licenses = [ "MIT" , "GNU LGPL v2.1" ] licenses {
MIT
"GNU LGPL v2.1"
}
provides = [ provides {
haiku=R1-alpha3_pm-1 compat>=R1-alpha1 haiku=R1-alpha3_pm-1 compat>=R1-alpha1
] }
requires = [ requires {
] }
+14 -13
View File
@@ -1,21 +1,22 @@
name = haiku-devel name haiku-devel
version = R1-alpha3_pm-1 version R1-alpha3_pm-1
architecture = x86_gcc2 architecture x86_gcc2
summary = "The Haiku base system development files" summary "The Haiku base system development files"
description = "The package contains all files associated with the base system
description "The package contains all files associated with the base system
needed for development, like static libraries, glue code, library symlinks, needed for development, like static libraries, glue code, library symlinks,
header files, etc." header files, etc."
packager = "The Haiku build system" packager "The Haiku build system"
vendor = "Haiku Project" vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al" copyrights "2001-2011 Haiku, Inc. et al"
licenses = "MIT" licenses "MIT"
provides = [ provides {
haiku-devel=R1-alpha3_pm-1 haiku-devel=R1-alpha3_pm-1
] }
requires = [ requires {
haiku haiku
] }
+13 -13
View File
@@ -1,18 +1,18 @@
name = haiku-userguide name haiku-userguide
version = R1-alpha3_pm-1 version R1-alpha3_pm-1
architecture = any architecture any
summary = "The Haiku user documentation" summary "The Haiku user documentation"
description = "The Haiku user documentation." description "The Haiku user documentation."
packager = "The Haiku build system" packager "The Haiku build system"
vendor = "Haiku Project" vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al" copyrights "2001-2011 Haiku, Inc. et al"
licenses = "MIT" licenses MIT
provides = [ provides {
haiku-userguide=R1-alpha3_pm-1 haiku-userguide=R1-alpha3_pm-1
] }
requires = [ requires {
] }
+13 -13
View File
@@ -1,18 +1,18 @@
name = haiku-welcome name haiku-welcome
version = R1-alpha3_pm-1 version R1-alpha3_pm-1
architecture = any architecture any
summary = "The Haiku welcome documentation" summary "The Haiku welcome documentation"
description = "The Haiku welcome documentation for new users." description "The Haiku welcome documentation for new users."
packager = "The Haiku build system" packager "The Haiku build system"
vendor = "Haiku Project" vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al" copyrights "2001-2011 Haiku, Inc. et al"
licenses = "MIT" licenses "MIT"
provides = [ provides {
haiku-welcome=R1-alpha3_pm-1 haiku-welcome=R1-alpha3_pm-1
] }
requires = [ requires {
] }
+13 -13
View File
@@ -1,19 +1,19 @@
name = makefile-engine name makefile-engine
version = R1-alpha3_pm-1 version R1-alpha3_pm-1
architecture = any architecture any
summary = "The makefile engine" summary "The makefile engine"
description = "A simple generic makefile engine and makefile template." description "A simple generic makefile engine and makefile template."
packager = "The Haiku build system" packager "The Haiku build system"
vendor = "Be Inc., Haiku Project" vendor "Be Inc., Haiku Project"
copyrights = "? Be Inc. 2001-2011 Haiku, Inc." copyrights "? Be Inc. 2001-2011 Haiku, Inc."
licenses = "MIT" licenses MIT
provides = [ provides {
makefile-engine=R1-alpha3_pm-1 makefile-engine=R1-alpha3_pm-1
] }
requires = [ requires {
cmd:make cmd:make
] }