Move license, copyright and description to the top

This commit is contained in:
Adrian Jelen
2013-12-23 14:41:39 +00:00
parent 9bdf703e0f
commit e9e665c314

View File

@@ -1,10 +1,14 @@
SUMMARY="Cherry Blossom is an iTunes style media player for the Haiku Operating System."
DESCRIPTION="Cherry Blossom is a 100% native application and does not try to be portable to any other operating system. Cherry Blossom uses Haiku specific APIs for handling media, so if Haiku can play your media files, then Cherry Blossom will also be able to play your files."
SUMMARY="Cherry Blossom is media player for the Haiku Operating System."
HOMEPAGE="http://gitorious.org/cherry-blossom/"
SRC_URI="git+http://gitorious.org/cherry-blossom/cherry-blossom.git"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
LICENSE="MIT"
COPYRIGHT="2010 Bryce Groff"
PROVIDES="
cherry_blosom = $portVersion
app:cherry_blosom = $portVersion
@@ -40,7 +44,3 @@ INSTALL()
cp -a objects/Cherry_Blossom $appsDir
addAppDeskbarSymlink ${appsDir}/Cherry_Blossom
}
LICENSE="MIT"
COPYRIGHT="Copyright (c) 2010 Bryce Groff"
DESCRIPTION=" Cherry Blossom is a 100% native application and does not try to be portable to any other operating system. Cherry Blossom uses Haiku specific APIs for handling media, so if Haiku can play your media files, then Cherry Blossom will also be able to play your files."