mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -10,11 +10,14 @@ You can re-live the good old days with the help of DOSBox, it can run plenty \
|
||||
of the old classics that don't run on your new computer!
|
||||
DOSBox is totally free of charge and OpenSource."
|
||||
HOMEPAGE="http://www.dosbox.com"
|
||||
COPYRIGHT="2002-2013 The DosBox Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/0.74/dosbox-0.74.tar.gz/download"
|
||||
CHECKSUM_SHA256="13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2013 The DosBox Team"
|
||||
SOURCE_DIR="dosbox-0.74"
|
||||
PATCHES="powf.patch"
|
||||
ADDITIONAL_FILES="dosbox.rdef"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -33,6 +36,7 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libglu$secondaryArchSuffix
|
||||
@@ -51,16 +55,13 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:aclocal
|
||||
"
|
||||
SOURCE_DIR="dosbox-0.74"
|
||||
|
||||
PATCHES="powf.patch"
|
||||
ADDITIONAL_FILES="dosbox.rdef"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
LDFLAGS=-lnetwork runConfigure ./configure --disable-dynamic-core
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
Reference in New Issue
Block a user