Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -5,19 +5,18 @@ specific APIs for handling media, so if Haiku can play your media files, then
Cherry Blossom will also be able to play your files.
"
HOMEPAGE="http://gitorious.org/cherry-blossom/"
SOURCE_URI="git+http://gitorious.org/cherry-blossom/cherry-blossom.git"
COPYRIGHT="2010 Bryce Groff"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="git+http://gitorious.org/cherry-blossom/cherry-blossom.git"
PATCHES="cherry_blossom-1.0.patch"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
LICENSE="MIT"
COPYRIGHT="2010 Bryce Groff"
PROVIDES="
cherry_blosom = $portVersion
app:Cherry_Blossom = $portVersion
"
REQUIRES="
haiku
"
@@ -26,15 +25,12 @@ BUILD_REQUIRES="
haiku_devel
taglib_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
PATCHES="cherry_blossom-1.0.patch"
BUILD()
{
make OBJ_DIR=objects \