Adjust to changed .PackageInfo format

This commit is contained in:
Ingo Weinhold 2011-06-27 19:12:58 +02:00
parent 91698de994
commit 1feaa8ab7e
5 changed files with 70 additions and 65 deletions

View File

@ -1,19 +1,23 @@
name = Haiku
version = R1-alpha3_pm-1
architecture = x86_gcc2
summary = "The Haiku base system"
description = "The Haiku base system includes all system core software, like
name Haiku
version R1-alpha3_pm-1
architecture x86_gcc2
summary "The Haiku base system"
description "The Haiku base system includes all system core software, like
boot loader, kernel, the system libraries, servers, and applications."
packager = "Ingo Weinhold <ingo_weinhold@gmx.de>"
vendor = "Haiku Project"
packager "Ingo Weinhold <ingo_weinhold@gmx.de>"
vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al"
licenses = [ "MIT" , "GNU LGPL v2.1" ]
copyrights "2001-2011 Haiku, Inc. et al"
licenses {
MIT
"GNU LGPL v2.1"
}
provides = [
provides {
haiku=R1-alpha3_pm-1 compat>=R1-alpha1
]
}
requires = [
]
requires {
}

View File

@ -1,21 +1,22 @@
name = haiku-devel
version = R1-alpha3_pm-1
architecture = x86_gcc2
summary = "The Haiku base system development files"
description = "The package contains all files associated with the base system
name haiku-devel
version R1-alpha3_pm-1
architecture x86_gcc2
summary "The Haiku base system development files"
description "The package contains all files associated with the base system
needed for development, like static libraries, glue code, library symlinks,
header files, etc."
packager = "The Haiku build system"
vendor = "Haiku Project"
packager "The Haiku build system"
vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al"
licenses = "MIT"
copyrights "2001-2011 Haiku, Inc. et al"
licenses "MIT"
provides = [
provides {
haiku-devel=R1-alpha3_pm-1
]
}
requires = [
requires {
haiku
]
}

View File

@ -1,18 +1,18 @@
name = haiku-userguide
version = R1-alpha3_pm-1
architecture = any
summary = "The Haiku user documentation"
description = "The Haiku user documentation."
name haiku-userguide
version R1-alpha3_pm-1
architecture any
summary "The Haiku user documentation"
description "The Haiku user documentation."
packager = "The Haiku build system"
vendor = "Haiku Project"
packager "The Haiku build system"
vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al"
licenses = "MIT"
copyrights "2001-2011 Haiku, Inc. et al"
licenses MIT
provides = [
provides {
haiku-userguide=R1-alpha3_pm-1
]
}
requires = [
]
requires {
}

View File

@ -1,18 +1,18 @@
name = haiku-welcome
version = R1-alpha3_pm-1
architecture = any
summary = "The Haiku welcome documentation"
description = "The Haiku welcome documentation for new users."
name haiku-welcome
version R1-alpha3_pm-1
architecture any
summary "The Haiku welcome documentation"
description "The Haiku welcome documentation for new users."
packager = "The Haiku build system"
vendor = "Haiku Project"
packager "The Haiku build system"
vendor "Haiku Project"
copyrights = "2001-2011 Haiku, Inc. et al"
licenses = "MIT"
copyrights "2001-2011 Haiku, Inc. et al"
licenses "MIT"
provides = [
provides {
haiku-welcome=R1-alpha3_pm-1
]
}
requires = [
]
requires {
}

View File

@ -1,19 +1,19 @@
name = makefile-engine
version = R1-alpha3_pm-1
architecture = any
summary = "The makefile engine"
description = "A simple generic makefile engine and makefile template."
name makefile-engine
version R1-alpha3_pm-1
architecture any
summary "The makefile engine"
description "A simple generic makefile engine and makefile template."
packager = "The Haiku build system"
vendor = "Be Inc., Haiku Project"
packager "The Haiku build system"
vendor "Be Inc., Haiku Project"
copyrights = "? Be Inc. 2001-2011 Haiku, Inc."
licenses = "MIT"
copyrights "? Be Inc. 2001-2011 Haiku, Inc."
licenses MIT
provides = [
provides {
makefile-engine=R1-alpha3_pm-1
]
}
requires = [
requires {
cmd:make
]
}