mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
tuxpaint: remove old recipe.
This commit is contained in:
@@ -1,77 +0,0 @@
|
||||
SUMMARY="Drawing program designed for young children"
|
||||
DESCRIPTION="
|
||||
tuxpaint - Drawing program designed for young children.
|
||||
"
|
||||
HOMEPAGE="http://www.tuxpaint.org/"
|
||||
COPYRIGHT="2002-2010 Bill Kendrick and others"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
#SOURCE_URI="cvs://:pserver:anonymous@tuxpaint.cvs.sourceforge.net:/cvsroot/tuxpaint/tuxpaint"
|
||||
SOURCE_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-06.zip"
|
||||
CHECKSUM_SHA256="8eca858c590b7aad4cfebe252ea1e5745d043bd46c18bc4c4e5bb59fd47d41d3"
|
||||
SOURCE_DIR="tuxpaint"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/TuxPaint directory
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
tuxpaint = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:freetype
|
||||
lib:gettext
|
||||
lib:libfribidi
|
||||
lib:libiconv
|
||||
lib:libintl
|
||||
lib:libpaper
|
||||
lib:libpng
|
||||
lib:libsdl
|
||||
lib:libSDL_image
|
||||
lib:libSDL_mixer
|
||||
lib:libSDL_ttf
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
# devel:freetype
|
||||
# devel:gettext
|
||||
devel:libfribidi
|
||||
devel:libiconv
|
||||
devel:libintl
|
||||
devel:libpaper
|
||||
devel:libpng
|
||||
devel:libsdl
|
||||
devel:libSDL_image
|
||||
devel:libSDL_mixer
|
||||
devel:libSDL_ttf
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:gperf
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs FRIBIDI_LIB=-lfribidi
|
||||
}
|
||||
|
||||
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