mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated bep for visualboyadvance to add the license and copyright info.
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
DESCRIPTION="VisualBoyAdvance"
|
||||
HOMEPAGE="http://vba.ngemu.com"
|
||||
SRC_URI="http://sourceforge.net/projects/vba/files/VisualBoyAdvance/1.7.2/VisualBoyAdvance-src-1.7.2.tar.gz"
|
||||
MESSAGE="This port only builds with GCC4"
|
||||
CHECKSUM_MD5="cc02339e3fd8efd9f23121b0a2f81fd8"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-lang/nasm >= 2.03.01
|
||||
media-libs/libsdl >= 1.2.14
|
||||
media-libs/sdl-mixer >= 1.2.11"
|
||||
|
||||
|
||||
|
||||
BUILD {
|
||||
cd VisualBoyAdvance-1.7.2
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-c-core --disable-profiling --without-mmx
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-c-core --disable-profiling --without-mmx
|
||||
make
|
||||
}
|
||||
|
||||
@@ -27,3 +26,6 @@ INSTALL {
|
||||
cp -af TestEmu ${DESTDIR}/${GAMEDIR}
|
||||
cp -af VisualBoyAdvance ${DESTDIR}/${GAMEDIR}
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002 Forgotten"
|
||||
|
||||
Reference in New Issue
Block a user