* Remove some old non-recipes
* Add missing cmd:awk to some packages
This commit is contained in:
Adrien Destugues
2014-03-29 12:22:39 +01:00
parent b8cd718c7e
commit 8b23273f9e
6 changed files with 5 additions and 53 deletions

View File

@@ -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#78"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
#CHECKSUM_MD5=""
BUILD()
{
cd clockwerk-78
jam
}
INSTALL()
{
cd clockwerk-78
mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk
cp generated/distro-haiku/* ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2010 Stephan Aßmus
2005-2006 Axel Dörfler
2006-2009 Ingo Weinhold"