mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add recipe for BeScreenCapture 1.9.3
This commit is contained in:
51
haiku-apps/bescreencapture/bescreencapture-1.9.3.recipe
Normal file
51
haiku-apps/bescreencapture/bescreencapture-1.9.3.recipe
Normal file
@@ -0,0 +1,51 @@
|
||||
SUMMARY="A screen recorder utility"
|
||||
DESCRIPTION="
|
||||
BeScreenCapture, created by Stefano Ceccherini, is a screen
|
||||
recorder utility for Haiku. It allows you to record what happens on your
|
||||
screen, then save it to any media format that Haiku supports.
|
||||
|
||||
BeScreenCapture can record either the entire screen, or just a
|
||||
section you select.
|
||||
"
|
||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
||||
SRC_URI="https://github.com/jackburton79/bescreencapture/archive/v1.9.3.tar.gz"
|
||||
LICENSE="
|
||||
BSD (3-clause)
|
||||
MIT
|
||||
"
|
||||
COPYRIGHT="2013 Stefano Ceccherini"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bescreencapture = $portVersion
|
||||
app:bescreencapture = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects \
|
||||
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a objects/BeScreenCapture $appsDir
|
||||
addAppDeskbarSymlink $appsDir/BeScreenCapture
|
||||
}
|
||||
Reference in New Issue
Block a user