Files
haikuports/haiku-apps/virtualbelive/virtualbelive-20140718.recipe
Augustin Cavalier 6299524859 Remove cmd:mkdepend from BUILD_PREREQUIRES of makefile_engine apps.
Not needed now that the makefile_engine package depends on
cmd:mkdepend directly.
2015-07-19 13:59:19 -04:00

46 lines
763 B
Bash

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"
SOURCE_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: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
}