Added "Quick HowTo". Small changes to summary, description, copyright

This commit is contained in:
Humdinger
2015-01-08 16:17:34 +01:00
parent 8b0760aa95
commit 70760f7149

View File

@@ -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 <superstippi@gmx.de>
2000-2006 Ingo Weinhold <ingo_weinhold@gmx.de>
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
}