Files
haikuports/haiku-apps/virtualbelive/virtualbelive-20140718.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

47 lines
774 B
Plaintext

SUMMARY="Video editing software."
DESCRIPTION="
VirtualBeLive is a software for video editing. It supports basic transitions, \
cutting and a few effects.
"
HOMEPAGE="https://github.com/HaikuArchives/VirtualBeLive"
SRC_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51"
REVISION="1"
LICENSE="Public Domain"
COPYRIGHT="Public Domain"
ARCHITECTURES="x86_gcc2"
PROVIDES="
virtualbelive = $portVersion
app:VirtualBeLive = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
makefile_engine
cmd:mkdepend
cmd:make
cmd:g++
cmd:xres
cmd:grep
"
BUILD_REQUIRES="
haiku_devel
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp objects/VirtualBeLive $appsDir/VirtualBeLive
addAppDeskbarSymlink $appsDir/VirtualBeLive
}