Initial .bep file for building clockwerk.

This commit is contained in:
Scott McCreary
2010-10-20 23:25:44 +00:00
parent 6ef68a4879
commit 224578e9e1

View File

@@ -0,0 +1,23 @@
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`
cp generated/distro-haiku/* ${DESTDIR}/`finddir B_APPS_DIRECTORY`
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2010 Stephan Aßmus
2005-2006 Axel Dörfler
2006-2009 Ingo Weinhold"