0
0
Fork 0
haikuports/haiku-apps/virtualbelive/virtualbelive-20140718.recipe

45 lines
954 B
Bash
Raw Permalink Normal View History

SUMMARY="A basic video editing software"
DESCRIPTION="VirtualBeLive is a software for video editing. It supports basic \
transitions, cutting and a few effects."
2014-12-07 17:17:48 +00:00
HOMEPAGE="https://github.com/HaikuArchives/VirtualBeLive"
COPYRIGHT="Public Domain"
LICENSE="Public Domain"
REVISION="1"
2018-09-17 05:57:13 +00:00
srcGitRev="23bea51c5848d3c4a4e65b316eb016ed839151f3"
SOURCE_URI="https://github.com/HaikuArchives/VirtualBeLive/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="e4e853816b66f76d60deaa801a65ce7440f5c3e47eaef0fcfc5d3c2bb393a400"
SOURCE_DIR="VirtualBeLive-$srcGitRev"
2014-12-07 17:17:48 +00:00
ARCHITECTURES="x86_gcc2"
PROVIDES="
virtualbelive = $portVersion
app:VirtualBeLive = $portVersion
"
REQUIRES="
haiku
2014-12-07 17:17:48 +00:00
"
BUILD_REQUIRES="
haiku_devel
"
2014-12-07 17:17:48 +00:00
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:grep
2018-08-09 09:26:07 +00:00
cmd:make
cmd:xres
2014-12-07 17:17:48 +00:00
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp objects/VirtualBeLive $appsDir/VirtualBeLive
addAppDeskbarSymlink $appsDir/VirtualBeLive
}