opt/dosbox/Pkgfile

20 lines
513 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SDL-based DOS emulator for classic games
# URL: http://dosbox.sourceforge.net
2013-03-07 14:21:54 +01:00
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Packager: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libsdl
name=dosbox
2010-05-18 18:40:31 +02:00
version=0.74
2009-05-29 20:06:44 +02:00
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
2013-03-07 14:21:54 +01:00
sed -i '23a#include <cstddef>' include/dos_inc.h
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}