-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games/ZEsarUX: Updated for version 11.0.
Signed-off-by: Andrew Clemons <[email protected]>
- Loading branch information
1 parent
a0d1ab6
commit 1306120
Showing
5 changed files
with
64 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,46 @@ | ||
ZEsarUX - ZX Second-Emulator And Released for UniX | ||
|
||
It's a ZX Machines Emulator for Unix, including all the | ||
Sinclair computers: MK14, ZX80, ZX81, ZX Spectrum, QL, Z88 and also: | ||
-Timex TS 2068 | ||
-Sam Coupe | ||
-Pentagon | ||
-Chloe 140 SE, 280 SE | ||
-Chrome | ||
-Prism | ||
-ZX-Uno | ||
-ZX-Evolution TS-Conf | ||
-TBBlue/ZX Spectrum Next | ||
-Jupiter Ace | ||
-Amstrad CPC 464 | ||
It's a ZX Machines Emulator for UNIX based operating systems | ||
(and Windows), including all the Sinclair computers: | ||
|
||
- MK14 | ||
- ZX80 | ||
- ZX81 | ||
- ZX Spectrum | ||
- QL | ||
- Z88 | ||
|
||
And also: | ||
|
||
- Microdigital TK80, TK82, TK82C, TK83, TK85, | ||
TK90X (Portuguese and Spanish), TK95 (Portuguese and Spanish) | ||
- Timex Sinclair 1000, 1500, 2068 | ||
- Timex Computer 2048, 2068 | ||
- Inves Spectrum + | ||
- Sam Coupe | ||
- Pentagon | ||
- Chloe 140 SE, 280 SE | ||
- Chrome | ||
- Prism | ||
- ZX-Uno | ||
- ZX-Evolution BaseConf (beta) | ||
- ZX-Evolution TS-Conf | ||
- ZX Spectrum Next | ||
- Jupiter Ace | ||
- Amstrad CPC 464, CPC 4128, CPC 664, CPC 6128 | ||
- Amstrad PCW 8256, PCW 8512 | ||
- MSX1 | ||
- Spectravideo 318/328 | ||
- Colecovision | ||
- Sega SG1000 | ||
- Sega Master System | ||
|
||
ZEsarUX source code and binaries are distributed under GNU GPL license. | ||
ZEsarUX also includes third-party roms, media, programs and | ||
games NOT covered by this license | ||
ZEsarUX also includes a folder, "my_soft", which has some programs and | ||
data made by me. The entire folder is also covered by the | ||
GNU GPL license. | ||
|
||
ZEsarUX also includes third-party roms, media, programs and games NOT | ||
covered by this license. | ||
|
||
This package installs to /opt/ZEsarUX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
|
||
cd .. | ||
sboname=${PWD##*/} | ||
echo $sboname | ||
cd updater/slackbuild | ||
|
||
tar -z -c -f $sboname.tar.gz -v \ | ||
--exclude='updater' \ | ||
--exclude='*.tar.gz' \ | ||
--exclude='*.tar' \ | ||
--exclude='*.zip' \ | ||
--exclude='*.md' \ | ||
--exclude='*.sf3' \ | ||
--exclude='*.deb' \ | ||
--exclude='*.rpm' \ | ||
../../../$sboname |