mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +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:
29
media-libs/sdl_net/sdl-net-1.2-hg.recipe
Normal file
29
media-libs/sdl_net/sdl-net-1.2-hg.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION="Simple Direct Media Layer Net Library"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
|
||||
SRC_URI="hg+http://hg.libsdl.org/SDL_net"
|
||||
#CHECKSUM_MD5="6bd4662d1423810f3140d4da21b6d912"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd sdl-net-1.2-hg
|
||||
aclocal --force --install -I acinclude
|
||||
libtoolize -fci
|
||||
./autogen.sh
|
||||
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-net-1.2-hg
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
Reference in New Issue
Block a user