mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Nearly working tuxpaint, using cvs snapshot 2013-11-06
This commit is contained in:
@@ -2,21 +2,18 @@ SUMMARY="tuxpaint - Drawing program designed for young children"
|
||||
DESCRIPTION="tuxpaint - Drawing program designed for young children"
|
||||
HOMEPAGE="http://www.tuxpaint.org/"
|
||||
#SRC_URI="cvs://:pserver:anonymous@tuxpaint.cvs.sourceforge.net:/cvsroot/tuxpaint/tuxpaint"
|
||||
SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-04.zip"
|
||||
CHECKSUM_MD5="0d02cc5650429b18173f9ff1e3d89798"
|
||||
SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-06.zip"
|
||||
CHECKSUM_MD5="5de3581c15b73e88a1925bf37e172519"
|
||||
COPYRIGHT="2002-2010 Bill Kendrick and others"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86 !x86_gcc2 !x86_64"
|
||||
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
tuxpaint = $portVersion compat >= 0
|
||||
# cmd:tuxpaint
|
||||
tuxpaint = $portVersion
|
||||
"
|
||||
|
||||
SOURCE_DIR="tuxpaint"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libpaper
|
||||
@@ -25,25 +22,27 @@ REQUIRES="
|
||||
lib:sdl_ttf
|
||||
lib:sdl_image
|
||||
lib:sdl_mixer
|
||||
lib:fribidi
|
||||
lib:libfribidi
|
||||
lib:freetype
|
||||
lib:gettext
|
||||
lib:libpng
|
||||
lib:libz
|
||||
lib:libiconv
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl
|
||||
devel:libintl
|
||||
# devel:libpaper
|
||||
devel:libpaper
|
||||
devel:sdl_ttf
|
||||
devel:sdl_image
|
||||
devel:SDL_mixer
|
||||
devel:fribidi
|
||||
devel:libfribidi
|
||||
# devel:freetype
|
||||
# devel:gettext
|
||||
devel:libpng
|
||||
devel:libz
|
||||
devel:libiconv
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -54,20 +53,21 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/TuxPaint directory
|
||||
"
|
||||
|
||||
SOURCE_DIR="tuxpaint"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# cd tuxpaint-0.9.2x-cvs
|
||||
# if [ ! -f /boot/common/lib/libstdc++.so ]
|
||||
# then
|
||||
# ln -s /boot/system/lib/libstdc++.r4.so /boot/common/lib/libstdc++.so
|
||||
# fi
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
# cd tuxpaint-0.9.2x-cvs
|
||||
make install
|
||||
#DESTDIR=${DESTDIR}
|
||||
|
||||
#TODO Get TuxPaint put where we want it and create the settings folder, etc.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user