mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
This commit is contained in:
35
media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe
Normal file
35
media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe
Normal file
@@ -0,0 +1,35 @@
|
||||
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"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libsdl >= 1.2.14
|
||||
media-libs/sdl-ttf >= 2.0.9
|
||||
media-libs/sdl-image > 1.2.10
|
||||
dev-libs/fribidi >= 0.19.2
|
||||
app-text/libpaper >= 1.1.23
|
||||
media-libs/libpng >= 1.2
|
||||
media-libs/freetype >= 2.3.11
|
||||
media-libs/sdl-mixer >= 1.2.11
|
||||
dev-util/pkgconfig >= 0.23
|
||||
sys-devel/gettext >= 0.17
|
||||
dev-utils/gperf >= 3.0.4"
|
||||
|
||||
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}
|
||||
}
|
||||
|
||||
COPYRIGHT="2002-2010 by Bill Kendrick and others"
|
||||
LICENSE="GNU GPL v2"
|
||||
Reference in New Issue
Block a user