mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
TuxPaint builds now, just need to clean up target directories and such now.
This commit is contained in:
@@ -26,8 +26,8 @@ REQUIRES="
|
||||
lib:freetype
|
||||
lib:gettext
|
||||
lib:libpng
|
||||
lib:libz
|
||||
lib:libiconv
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -62,12 +62,17 @@ SOURCE_DIR="tuxpaint"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
make $jobArgs FRIBIDI_LIB=-lfribidi
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
tuxpaintDir=$appsDir/TuxPaint
|
||||
mkdir -p $tuxpaintDir
|
||||
|
||||
cp tuxpaint $tuxpaintDir/TuxPaint
|
||||
|
||||
# make install
|
||||
|
||||
#TODO Get TuxPaint put where we want it and create the settings folder, etc.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user