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:
Oliver Tappe
2013-04-21 18:52:53 +02:00
parent db8f9fa6db
commit 2191f6611f
194 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
DESCRIPTION="sdl-sound"
HOMEPAGE="http://www.icculus.org/SDL_sound"
SRC_URI="hg+http://hg.icculus.org/icculus/SDL_sound"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libogg >= 1.1.4"
BUILD()
{
cd sdl-sound-1.0-hg
libtoolize --copy --force --install
./bootstrap
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-sound-1.0-hg
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2001-2011 Ryan C. Gordon"

View File

@@ -0,0 +1,26 @@
DESCRIPTION="sdl-sound"
HOMEPAGE="http://www.icculus.org/SDL_sound"
SRC_URI="hg+http://hg.icculus.org/icculus/SDL_sound#release-1.0.3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libogg >= 1.1.4"
BUILD()
{
cd sdl-sound-1.0.3
libtoolize --copy --force --install
./bootstrap
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-sound-1.0.3
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2001-2009 Ryan C. Gordon"