Fixed recipe for Organizer

This commit is contained in:
Nav
2014-12-04 20:41:18 +02:00
parent 8fc23d2933
commit d74f326081
2 changed files with 4 additions and 565 deletions

View File

@@ -21,6 +21,8 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
devel:libGL
makefile_engine
cmd:gcc
cmd:make
@@ -36,12 +38,11 @@ PATCHES="organizer-0.1.patch"
USER_SETTINGS_FILES="
settings/fSub directory"
PATCHES="organizer-0.1.patchset"
BUILD()
{
cd Source
make OBJ_DIR=objects BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
make
cd ..
}
INSTALL()