From 059ae4e2aa694ba3635ef9485467e9547e222dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 7 Nov 2019 10:26:15 +0100 Subject: [PATCH] tuxpaint: remove old recipe. --- media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe | 77 ------------------- 1 file changed, 77 deletions(-) delete mode 100644 media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe deleted file mode 100644 index bfc4df8da..000000000 --- a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe +++ /dev/null @@ -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. -}