diff --git a/haiku-apps/bdhcalc/bdhcalc-1.1.recipe b/haiku-apps/bdhcalc/bdhcalc-1.1.recipe index 552321b93..3d2fab87a 100644 --- a/haiku-apps/bdhcalc/bdhcalc-1.1.recipe +++ b/haiku-apps/bdhcalc/bdhcalc-1.1.recipe @@ -6,7 +6,7 @@ bitwise operators. You can choose the word size and whether the sign is \ considered to simulate any integral data type. Moreover the calculator \ supports binary, decimal and hexadecimal conversion. " -HOMEPAGE="http://haikuware.com/directory/view-details/science-math/calculators/bdh-calc-for-haiku" +HOMEPAGE="http://github.com/ThomasCompix/BDH-Calc" SRC_URI="git://github.com/ThomasCompix/BDH-Calc.git#4a6865932ae0e95244ed0149b6e8c4f437ea742a" REVISION="1" LICENSE="Undetermined" diff --git a/haiku-apps/clockwerk/clockwerk-80.recipe b/haiku-apps/clockwerk/clockwerk-80.recipe deleted file mode 100644 index f01c3cb30..000000000 --- a/haiku-apps/clockwerk/clockwerk-80.recipe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION=" -Clockwerk is a multi-track audio/video compositing and animation software. -" -HOMEPAGE="http://dev.osdrawer.net/projects/clockwerk" -SRC_URI="svn+http://svn.osdrawer.net/clockwerk#80" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -#CHECKSUM_MD5="" -BUILD() -{ - cd clockwerk-80 - jam -} - -INSTALL() -{ - cd clockwerk-80 - mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk - cp generated/distro-haiku/* ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk -} - -LICENSE="GNU GPL v2" -COPYRIGHT="2002-2012 Stephan Aßmus - 2005-2006 Axel Dörfler - 2006-2009 Ingo Weinhold" diff --git a/haiku-apps/clockwerk/clockwerk-git.recipe b/haiku-apps/clockwerk/clockwerk-git.recipe index 42e439a01..c1921e6ff 100644 --- a/haiku-apps/clockwerk/clockwerk-git.recipe +++ b/haiku-apps/clockwerk/clockwerk-git.recipe @@ -1,7 +1,9 @@ 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 by Mindwork (www.mindwork.de) as one of the main in-house components of an application suit to realize distributed multimedia playback on Haiku client machines." +DESCRIPTION="Clockwerk is an Open Source media compositing tool for the +Haiku platform. It has been in development from Jan 2006 to July 2008 +by Mindwork (www.mindwork.de) as one of the main in-house components of +an application suit to realize distributed multimedia playback on +Haiku client machines." HOMEPAGE="https://github.com/stippi/Clockwerk" SRC_URI="git+https://github.com/stippi/Clockwerk.git#8c3a33e"