diff options
author | Matt Housh <jaeger@morpheus.net> | 2008-10-26 16:20:44 -0500 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2008-10-26 16:20:44 -0500 |
commit | 56608762c07a617f248e69b0381e40ceea780355 (patch) | |
tree | ab24222eecf75d45f8f2a111da173c311143b5a6 /nwn-diamond/Pkgfile | |
parent | 31943e0783c63a205628dc89c31422b5a16c6b32 (diff) | |
download | contrib-56608762c07a617f248e69b0381e40ceea780355.tar.gz contrib-56608762c07a617f248e69b0381e40ceea780355.tar.xz |
nwn-diamond: updated to version 1.69, added SDL fix
Diffstat (limited to 'nwn-diamond/Pkgfile')
-rw-r--r-- | nwn-diamond/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nwn-diamond/Pkgfile b/nwn-diamond/Pkgfile index 1b54dca1d..f388e3d17 100644 --- a/nwn-diamond/Pkgfile +++ b/nwn-diamond/Pkgfile @@ -4,11 +4,11 @@ # Depends on: x11, libsdl name=nwn-diamond -version=1.68 +version=1.69 release=1 source=(http://nwdownloads.bioware.com/neverwinternights/linux/gold/nwclientgold.tar.gz \ http://nwdownloads.bioware.com/neverwinternights/linux/161/nwclienthotu.tar.gz \ - http://files.bioware.com/neverwinternights/updates/linux/168/English_linuxclient168_xp2.tar.gz \ + http://files.bioware.com/neverwinternights/updates/linux/169/English_linuxclient169_xp2.tar.gz \ http://jaeger.morpheus.net/linux/crux/files/nwn.png \ run-nwn.sh) @@ -18,7 +18,7 @@ source=(http://nwdownloads.bioware.com/neverwinternights/linux/gold/nwclientgold unpack_source() { # first, get the files we need from the diamond edition disc - [ -z "$CDROM_LOCATION" ] && CDROM_LOCATION=/mnt/cdrom + [ -z "$CDROM_LOCATION" ] && CDROM_LOCATION=/mnt/dvd DISCFILES="Data_Shared Data_linux data/XP1 data/XP2" for FILE in $DISCFILES do @@ -61,4 +61,5 @@ build() { $PKG/usr/games/nwn/movies*.txt \ $PKG/usr/games/nwn/SDL-1.2.5 \ $PKG/usr/games/nwn/NWN*.txt + sed -i -e 's|=./lib:|=|' $PKG/usr/games/nwn/nwn } |