games/pcsxr: Included cdrom and alsa support
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
811b02e9c9
commit
b0ee7d0130
|
@ -3,4 +3,3 @@ support for both Windows and GNU/Linux as well as many bugfixes and
|
|||
improvements.
|
||||
|
||||
This package conflicts with pcsx-df. Both cannot be installed at the same time!
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=pcsxr
|
||||
VERSION=${VERSION:-1.9.92}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -61,8 +61,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--enable-alsa=yes \
|
||||
--enable-sound=alsa \
|
||||
--enable-opengl \
|
||||
--enable-libcdio \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="M.Dinslage"
|
||||
EMAIL="daedra1980{at}gmail{dot}com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in New Issue