SUMMARY="A basic 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" COPYRIGHT="Public Domain" LICENSE="Public Domain" REVISION="1" SOURCE_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51" ARCHITECTURES="x86_gcc2" PROVIDES=" virtualbelive = $portVersion app:VirtualBeLive = $portVersion " REQUIRES=" haiku " BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" makefile_engine cmd:make cmd:g++ cmd:xres cmd:grep " BUILD() { make $jobArgs OBJ_DIR=objects } INSTALL() { mkdir -p $appsDir cp objects/VirtualBeLive $appsDir/VirtualBeLive addAppDeskbarSymlink $appsDir/VirtualBeLive }