mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Merged in humdinger/haikuports/clockwerk (pull request #427)
Added "Quick HowTo". Small changes to summary, description, copyright
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY="An open source media compositing tool for the Haiku platform"
|
SUMMARY="An open source media compositing tool"
|
||||||
DESCRIPTION="Clockwerk is an Open Source media compositing tool for the \
|
DESCRIPTION="Clockwerk is an open source media compositing tool for the \
|
||||||
Haiku platform. It has been in development from Jan 2006 to July 2008 \
|
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 \
|
by Mindwork (www.mindwork.de) as one of the main in-house components of \
|
||||||
an application suite to realize distributed multimedia playback on \
|
an application suite to realize distributed multimedia playback on \
|
||||||
Haiku client machines."
|
Haiku client machines."
|
||||||
@@ -8,12 +8,12 @@ Haiku client machines."
|
|||||||
HOMEPAGE="https://github.com/stippi/Clockwerk"
|
HOMEPAGE="https://github.com/stippi/Clockwerk"
|
||||||
SRC_URI="git+https://github.com/stippi/Clockwerk.git#6eab4202c857c7dc6f21b6e3262cff0b503acb0e"
|
SRC_URI="git+https://github.com/stippi/Clockwerk.git#6eab4202c857c7dc6f21b6e3262cff0b503acb0e"
|
||||||
|
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
|
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
COPYRIGHT="
|
COPYRIGHT="
|
||||||
2001-2009 Stephan Aßmus <superstippi@gmx.de>
|
2001-2009 Stephan Aßmus
|
||||||
2000-2006 Ingo Weinhold <ingo_weinhold@gmx.de>
|
2000-2006 Ingo Weinhold
|
||||||
"
|
"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||||
@@ -47,12 +47,12 @@ BUILD()
|
|||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $appsDir
|
mkdir -p $appsDir/Clockwerk
|
||||||
|
|
||||||
jam fulldistro
|
jam fulldistro
|
||||||
|
cp "Quick HowTo" $appsDir/Clockwerk
|
||||||
cd generated/distro-haiku-with-libs
|
cd generated/distro-haiku-with-libs
|
||||||
cp Clockwerk $appsDir
|
cp Clockwerk $appsDir/Clockwerk
|
||||||
|
|
||||||
addAppDeskbarSymlink $appsDir/Clockwerk
|
addAppDeskbarSymlink $appsDir/Clockwerk/Clockwerk
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user