From e9e665c314a7d18f20ede81db8165c56a3befd79 Mon Sep 17 00:00:00 2001 From: Adrian Jelen Date: Mon, 23 Dec 2013 14:41:39 +0000 Subject: [PATCH] Move license, copyright and description to the top --- haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe b/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe index 9fed0758c..e1a8bc377 100644 --- a/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe +++ b/haiku-apps/cherry_blossom/cherry_blossom-1.0.recipe @@ -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 API’s 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 API’s for handling media, so if Haiku can play your media files, then Cherry Blossom will also be able to play your files."