mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
This commit is contained in:
24
media-libs/sdl_gfx/patches/sdl-gfx-2.0.20.patch
Normal file
24
media-libs/sdl_gfx/patches/sdl-gfx-2.0.20.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
diff -urN SDL_gfx-2.0.20/Test/configure.in SDL_gfx-2.0.20-haiku/Test/configure.in
|
||||
--- SDL_gfx-2.0.20/Test/configure.in 2009-04-21 04:47:51.000000000 +0000
|
||||
+++ SDL_gfx-2.0.20-haiku/Test/configure.in 2009-10-09 16:17:59.000000000 +0000
|
||||
@@ -44,7 +44,7 @@
|
||||
*-*-cygwin* | *-*-mingw32*)
|
||||
MATHLIB=""
|
||||
;;
|
||||
- *-*-beos*)
|
||||
+ *-*-beos* | *-*-haiku*)
|
||||
MATHLIB=""
|
||||
;;
|
||||
*-*-darwin*)
|
||||
diff -urN SDL_gfx-2.0.20/configure.in SDL_gfx-2.0.20-haiku/configure.in
|
||||
--- SDL_gfx-2.0.20/configure.in 2009-09-24 02:07:16.000000000 +0000
|
||||
+++ SDL_gfx-2.0.20-haiku/configure.in 2009-10-09 15:36:08.000000000 +0000
|
||||
@@ -81,7 +81,7 @@
|
||||
*-*-cygwin* | *-*-mingw32*)
|
||||
MATHLIB=""
|
||||
;;
|
||||
- *-*-beos*)
|
||||
+ *-*-beos* | *-*-haiku*)
|
||||
MATHLIB=""
|
||||
;;
|
||||
*-*-darwin*)
|
||||
29
media-libs/sdl_gfx/sdl-gfx-2.0.20.recipe
Normal file
29
media-libs/sdl_gfx/sdl-gfx-2.0.20.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION="SDL_gfx - SDL graphics drawing primitives and other support functions"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.20.tar.gz"
|
||||
CHECKSUM_MD5="8a787e538a8e4d80d4927535be5af083"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libsdl >= 1.2.14"
|
||||
BUILD()
|
||||
{
|
||||
cd SDL_gfx-2.0.20
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd SDL_gfx-2.0.20
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2009 A. Schiffler"
|
||||
29
media-libs/sdl_gfx/sdl-gfx-2.0.22.recipe
Normal file
29
media-libs/sdl_gfx/sdl-gfx-2.0.22.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION="SDL_gfx - SDL graphics drawing primitives and other support functions"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.22.tar.gz"
|
||||
CHECKSUM_MD5="330f291f1f09a1bdf397c9b40d92ca41"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libsdl >= 1.2.14"
|
||||
BUILD()
|
||||
{
|
||||
cd SDL_gfx-2.0.22
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd SDL_gfx-2.0.22
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1999-2010 A. Schiffler"
|
||||
29
media-libs/sdl_gfx/sdl-gfx-2.0.23.recipe
Normal file
29
media-libs/sdl_gfx/sdl-gfx-2.0.23.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION="SDL_gfx - SDL graphics drawing primitives and other support functions"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.23.tar.gz"
|
||||
CHECKSUM_MD5="fcc3c4f2d1b4943409bf7e67dd65d03a"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libsdl >= 1.2.14"
|
||||
BUILD()
|
||||
{
|
||||
cd SDL_gfx-2.0.23
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd SDL_gfx-2.0.23
|
||||
make install
|
||||
}
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1999-2011 A. Schiffler"
|
||||
Reference in New Issue
Block a user