mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
BeFAR: create recipe
This commit is contained in:
38
haiku-apps/befar/befar-beta_4.2.recipe
Normal file
38
haiku-apps/befar/befar-beta_4.2.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
SUMMARY="A filemanager for Haiku"
|
||||
DESCRIPTION="Classic Norton Commander look with modern multithreading inside."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeFar"
|
||||
SRC_URI="git://github.com/HaikuArchives/BeFar#1067182df892b9c2b7d962f94adeb50f36847182"
|
||||
COPYRIGHT="1999-2001 Bazarov Max"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
befar = $portVersion
|
||||
app:BeFAR = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
makefile_engine
|
||||
"
|
||||
SOURCE_DIR="$portVersionedName/source"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/BeFAR
|
||||
cp objects/BeFAR $appsDir/BeFAR
|
||||
cp *.dict $appsDir/BeFAR
|
||||
addAppDeskbarSymlink $appsDir/BeFAR/BeFAR
|
||||
}
|
||||
Reference in New Issue
Block a user