New CVS snapshot for TuxPaint, it gets a bit further now, failing to link, can't see the libs

This commit is contained in:
Scott McCreary
2013-11-05 01:18:46 -08:00
parent 3ff8df662f
commit 9f375b289c

View File

@@ -2,8 +2,8 @@ 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"
SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-04.zip"
CHECKSUM_MD5="0d02cc5650429b18173f9ff1e3d89798"
COPYRIGHT="2002-2010 Bill Kendrick and others"
LICENSE="GNU GPL v2"
REVISION="1"
@@ -29,6 +29,7 @@ REQUIRES="
lib:freetype
lib:gettext
lib:libpng
lib:libz
"
BUILD_REQUIRES="
@@ -42,6 +43,7 @@ BUILD_REQUIRES="
# devel:freetype
# devel:gettext
devel:libpng
devel:libz
"
BUILD_PREREQUIRES="
@@ -50,13 +52,8 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:gperf
cmd:pkg_config
cmd:ld
"
PATCH()
{
sed -i "s/B_COMMON/B_SYSTEM/" Makefile
}
BUILD()
{
@@ -65,7 +62,7 @@ BUILD()
# then
# ln -s /boot/system/lib/libstdc++.r4.so /boot/common/lib/libstdc++.so
# fi
make
make $jobArgs
}
INSTALL()
@@ -74,4 +71,3 @@ INSTALL()
make install
#DESTDIR=${DESTDIR}
}