Files
haikuports/haiku-apps/bafx/bafx-0.0.1.recipe
2014-12-23 11:33:14 +02:00

40 lines
817 B
Plaintext

SUMMARY="A file manager for Haiku."
DESCRIPTION="BAfx is a file manager for BeOS/Haiku that works with the BeOS InterfaceKit \
with directory view implemented. File and directory operations, built-in \
text viewer and built-in image viewer are still under development."
HOMEPAGE="https://github.com/marbocub/BAfx"
SRC_URI="git+https://github.com/marbocub/BAfx#ebd3db8a22"
COPYRIGHT="2012 @marbocub"
LICENSE="MIT"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
bafx = $portVersion
app:BAfx = $portVersion
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
cmd:mkdepend
"
BUILD()
{
make OBJ_DIR=objects \
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
}
INSTALL()
{
mkdir -p $appsDir
cp -a objects/BAfx $appsDir
addAppDeskbarSymlink $appsDir/BAfx
}