* Move dosbox to match Gentoo Portage

* Finish bep file
 * Add small, but required, patch.

I could not submit the patch to dosbox bugtracker with BeZilla. Can someone else have a look at submitting it for me ?
This commit is contained in:
Adrien Destugues
2012-10-25 17:36:27 +00:00
parent b0db5bf954
commit b445a088e9
2 changed files with 21 additions and 1 deletions

View File

@@ -1,25 +0,0 @@
DESCRIPTION="an x86 emulator with DOS"
HOMEPAGE="http://www.dosbox.com/"
SRC_URI="svn://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/"
REVISION="1"
STATUS_HAIKU="unstable"
DEPEND="media-libs/libsdl >= 1.2 < "
BUILD {
cd dosbox-0.74-svn
libtoolize --force --copy --install
./autogen.sh
./configure --prefix=/boot/common --disable-dynamic-x86
make
}
INSTALL {
cd dosbox-0.74-svn
make install
}
# no TEST script available
# no patch available
COPYRIGHT="2012 The DOSBox Team"
LICENSE="GNU GPL v2"