mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Move commands to BUILD_PREREQUIRES, remove useless folder (Fortuna)
This commit is contained in:
@@ -28,12 +28,15 @@ REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
gcc -o Fortuna -lbe src/main.cpp src/FortuneWindow.cpp src/FortuneFunctions.cpp
|
||||
@@ -43,7 +46,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Fortuna
|
||||
cp Fortuna $appsDir/Fortuna
|
||||
addAppDeskbarSymlink $appsDir/Fortuna/Fortuna
|
||||
mkdir -p $appsDir
|
||||
cp Fortuna $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Fortuna
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user