diff --git a/haiku-apps/clockwerk/clockwerk-git.recipe b/haiku-apps/clockwerk/clockwerk-git.recipe index e495b09b8..ff734ffb3 100644 --- a/haiku-apps/clockwerk/clockwerk-git.recipe +++ b/haiku-apps/clockwerk/clockwerk-git.recipe @@ -1,6 +1,6 @@ -SUMMARY="An open source media compositing tool for the Haiku platform" -DESCRIPTION="Clockwerk is an Open Source media compositing tool for the \ -Haiku platform. It has been in development from Jan 2006 to July 2008 \ +SUMMARY="An open source media compositing tool" +DESCRIPTION="Clockwerk is an open source media compositing tool for the \ +Haiku platform. It had been in development from January 2006 to July 2008 \ by Mindwork (www.mindwork.de) as one of the main in-house components of \ an application suite to realize distributed multimedia playback on \ Haiku client machines." @@ -8,12 +8,12 @@ Haiku client machines." HOMEPAGE="https://github.com/stippi/Clockwerk" SRC_URI="git+https://github.com/stippi/Clockwerk.git#6eab4202c857c7dc6f21b6e3262cff0b503acb0e" -REVISION="2" +REVISION="3" LICENSE="GNU GPL v2" COPYRIGHT=" - 2001-2009 Stephan Aßmus - 2000-2006 Ingo Weinhold + 2001-2009 Stephan Aßmus + 2000-2006 Ingo Weinhold " ARCHITECTURES="x86_gcc2 x86 ?x86_64" @@ -47,12 +47,12 @@ BUILD() INSTALL() { - mkdir -p $appsDir + mkdir -p $appsDir/Clockwerk jam fulldistro - + cp "Quick HowTo" $appsDir/Clockwerk cd generated/distro-haiku-with-libs - cp Clockwerk $appsDir + cp Clockwerk $appsDir/Clockwerk - addAppDeskbarSymlink $appsDir/Clockwerk + addAppDeskbarSymlink $appsDir/Clockwerk/Clockwerk }