mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
78 lines
1.3 KiB
Plaintext
78 lines
1.3 KiB
Plaintext
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-10-21.zip"
|
|
CHECKSUM_MD5="7cc753e19b47aea8533343ae258ca76d"
|
|
COPYRIGHT="2002-2010 Bill Kendrick and others"
|
|
LICENSE="GNU GPL v2"
|
|
REVISION="1"
|
|
|
|
ARCHITECTURES="!x86 !x86_gcc2 !x86_64"
|
|
|
|
PROVIDES="
|
|
tuxpaint = $portVersion compat >= 0
|
|
# cmd:tuxpaint
|
|
"
|
|
|
|
SOURCE_DIR="tuxpaint"
|
|
|
|
REQUIRES="
|
|
haiku
|
|
lib:libpaper
|
|
lib:libsdl
|
|
lib:libintl
|
|
lib:sdl_ttf
|
|
lib:sdl_image
|
|
lib:sdl_mixer
|
|
lib:fribidi
|
|
lib:freetype
|
|
lib:gettext
|
|
lib:libpng
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
devel:libsdl
|
|
devel:libintl
|
|
# devel:libpaper
|
|
devel:sdl_ttf
|
|
devel:sdl_image
|
|
devel:SDL_mixer
|
|
devel:fribidi
|
|
# devel:freetype
|
|
# devel:gettext
|
|
devel:libpng
|
|
"
|
|
|
|
BUILD_PREREQUIRES="
|
|
haiku_devel
|
|
cmd:make
|
|
cmd:gcc
|
|
cmd:gperf
|
|
cmd:pkg_config
|
|
"
|
|
|
|
PATCH()
|
|
{
|
|
sed -i "s/B_COMMON/B_SYSTEM/" Makefile
|
|
}
|
|
|
|
|
|
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
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
# cd tuxpaint-0.9.2x-cvs
|
|
make install
|
|
#DESTDIR=${DESTDIR}
|
|
}
|
|
|