mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
hivelytracker, fix some references for build, no need for rebuild (#7598)
This commit is contained in:
@@ -25,21 +25,24 @@ REQUIRES="
|
||||
haiku
|
||||
dejavu
|
||||
lib:libfreetype
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
lib:libsdl_ttf
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_image_1.2
|
||||
lib:libSDL_ttf_2.0
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libfreetype
|
||||
devel:libSDL_1.2
|
||||
devel:libSDL_image_1.2
|
||||
devel:libSDL_ttf_2.0
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:sdl_config
|
||||
devel:libfreetype
|
||||
devel:libz
|
||||
devel:sdl_image
|
||||
devel:sdl_ttf
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -58,5 +61,5 @@ INSTALL()
|
||||
cp -r Docs $appsDir/HivelyTracker
|
||||
cp -r ttf $appsDir/HivelyTracker
|
||||
|
||||
addAppDeskbarSymlink $appsDir/HivelyTracker/HivelyTracker HivelyTracker
|
||||
addAppDeskbarSymlink $appsDir/HivelyTracker/HivelyTracker
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user