mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix a lot of lint failures.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Abe's Amazing Adventure!!"
|
||||
SUMMARY="A simple platformer game for children"
|
||||
DESCRIPTION="This is a very simple platformer game for children. \
|
||||
It's a worthwhile adventure, no doubt. Find treasures as you go! \
|
||||
In addition, this game also comes with a Map Editor.
|
||||
@@ -7,6 +7,7 @@ HOMEPAGE="http://abe.sourceforge.net/"
|
||||
SOURCE_URI="http://superb-dca3.dl.sourceforge.net/project/abe/abe/abe-1.1/abe-1.1.tar.gz"
|
||||
CHECKSUM_SHA256="dfc4ea74c04c92175abc5c9d65cfa6aad218209854d87d87758878e303b677f7"
|
||||
SOURCE_DIR="abe-1.1"
|
||||
PATCHES="abe-1.1.patch"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2013 Gabor Torok"
|
||||
@@ -19,16 +20,16 @@ PROVIDES="
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
"
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
"
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
@@ -37,23 +38,21 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:automake
|
||||
cmd:autoconf
|
||||
"
|
||||
|
||||
PATCHES="abe-1.1.patch"
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I $sourceDir
|
||||
autoconf
|
||||
./autogen.sh
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I $sourceDir
|
||||
autoconf
|
||||
./autogen.sh
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user