moved exult to attic

This commit is contained in:
Daniel Walpole 2006-09-27 11:15:15 +00:00
parent 83a5f7abaa
commit 6f0a1741af
4 changed files with 0 additions and 121 deletions

View File

@ -1,38 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/expack
-rwxr-xr-x root/root usr/bin/exult
-rwxr-xr-x root/root usr/bin/ipack
-rwxr-xr-x root/root usr/bin/shp2pcx
-rwxr-xr-x root/root usr/bin/splitshp
-rwxr-xr-x root/root usr/bin/textpack
-rwxr-xr-x root/root usr/bin/ucc
-rwxr-xr-x root/root usr/bin/ucxt
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/expack.1.gz
-rw-r--r-- root/root usr/man/man1/ipack.1.gz
-rw-r--r-- root/root usr/man/man1/shp2pcx.1.gz
-rw-r--r-- root/root usr/man/man1/splitshp.1.gz
-rw-r--r-- root/root usr/man/man1/textpack.1.gz
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/exult.6.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/exult.desktop
drwxr-xr-x root/root usr/share/exult/
drwxr-xr-x root/root usr/share/exult/estudio/
drwxr-xr-x root/root usr/share/exult/estudio/new/
-rw-r--r-- root/root usr/share/exult/exult.flx
-rw-r--r-- root/root usr/share/exult/exult_bg.flx
-rw-r--r-- root/root usr/share/exult/exult_si.flx
-rw-r--r-- root/root usr/share/exult/exultmsg.txt
-rw-r--r-- root/root usr/share/exult/jmsfx.flx
-rw-r--r-- root/root usr/share/exult/jmsisfx.flx
-rw-r--r-- root/root usr/share/exult/midisfx.flx
-rw-r--r-- root/root usr/share/exult/u7bgintrinsics.data
-rw-r--r-- root/root usr/share/exult/u7misc.data
-rw-r--r-- root/root usr/share/exult/u7opcodes.data
-rw-r--r-- root/root usr/share/exult/u7siintrinsics.data
drwxr-xr-x root/root usr/share/icons/
-rw-r--r-- root/root usr/share/icons/exult.png

View File

@ -1,3 +0,0 @@
0fc88dee74a91724d25373ba0a8670ba exult-1.2.tar.gz
8363213507aed854d4a1367cec6f0841 jmsfx.zip
5896f1196da097d6a144a78b8a0c543f jmsfxsi.zip

View File

@ -1,19 +0,0 @@
# Description: An Ultima 7 game engine for use on modern operating systems.
# URL: http://exult.sourceforge.net/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: sdl_mixer
name=exult
version=1.2
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
http://dl.sourceforge.net/sourceforge/$name/jmsfx.zip \
http://dl.sourceforge.net/sourceforge/$name/jmsfxsi.zip)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -m 0644 $SRC/*.flx $PKG/usr/share/exult
}

View File

@ -1,61 +0,0 @@
README for exult 1.2
REQUIREMENTS
1. Copies of Ultima 7: The Black Gate and/or Ultima 7: Serpent Isle.
PRE-INSTALL
POST-INSTALL
1. locate the 'static' folder from either of your Ultima 7 installations
and copy them in seperate directories (eg: /usr/share/exult/blackgate/static).
2. Run exult once to generate a default config file (~/.exult.cfg)
3. Make sure the path for each game points directly above from where the
static directory is held. For example: if the static directory for
'The Black Gate' is located in /usr/share/exult/blackgate/static the
path in your ~/.exult.cfg would be:
---------<snip>----------
<blackgate>
<path>
/usr/share/exult/blackgate/
</path>
...
</blackgate>
---------<snip>----------
4. Edit ~/.exult.cfg and make sure the relavant lines are inserted
as shown below:
---------<snip>----------
<blackgate>
...
<waves>
jmsfx.flx
</waves>
...
</blackgate>
---------<snip>----------
---------<snip>----------
<serpentisle>
...
<waves>
jmsisfx.flx
</waves>
...
</serpentisle>
---------<snip>----------
5. Make sure the sound driver is set to 'digital' from the ingame menu.
6. If you want the OGG encoded music for Exult, install 'exult-musicpack' port.
PRECAUTION
1. Do not mix static directories from both games, either games must have
their own directories.