mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
Genesis Commander: add recipe for version 0.42
This commit is contained in:
36
haiku-apps/genesiscommander/genesiscommander-0.42.recipe
Normal file
36
haiku-apps/genesiscommander/genesiscommander-0.42.recipe
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
SUMMARY="A filemanager for Haiku"
|
||||||
|
DESCRIPTION="Genesis Commander is a full featured file manager for Haiku"
|
||||||
|
HOMEPAGE="https://github.com/HaikuArchives/GenesisCommander"
|
||||||
|
SRC_URI="git://github.com/HaikuArchives/GenesisCommander#a5d4ef1"
|
||||||
|
COPYRIGHT="2002-2004 Zsolt Prievara"
|
||||||
|
LICENSE="MIT"
|
||||||
|
REVISION="1"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 !x86_64"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
genesiscommander = $portVersion
|
||||||
|
app:GenesisCommander = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
cmd:make
|
||||||
|
makefile_engine
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
cd src
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $appsDir
|
||||||
|
cp src/objects/GenesisCommander $appsDir
|
||||||
|
addAppDeskbarSymlink $appsDir/GenesisCommander "Genesis Commander"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user