De-Lint recipes.

*	idutils
	Remove "." from SUMMARY.
	Minor cosmetics.

*	im
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	iozone
	Improved DESCRIPTION.
	Minor cosmetics.

*	isl
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	iup
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	joyce
	Remove "." from SUMMARY.
	Improved DESCRIPTION.
	Updated HOMEPAGE URL.
	Minor cosmetics.
	As it compiled without any changes, added recipe for latest v2.2.7

*	kdelibs4
	Remove "." from SUMMARY.
	Sorted _devel block to the top.
This commit is contained in:
Humdinger
2015-07-20 13:46:18 +02:00
parent 5113be297d
commit 7b67549135
9 changed files with 349 additions and 290 deletions

View File

@@ -1,8 +1,19 @@
SUMMARY="JOYCE emulates the Amstrad PCW."
DESCRIPTION="
The latest version of JOYCE (2.2.5) includes ANNE, which emulates the PcW16.
"
HOMEPAGE="http://www.seasip.demon.co.uk/Unix/Joyce/"
SUMMARY="An emulator for the Amstrad PCW"
DESCRIPTION="JOYCE includes ANNE, which emulates the PCW16. Additional it can \
emulate:
- The Z80 CPU, using Ian Collier's Z80 core from xz80.
- The screen.
- The keyboard.
- The floppy disc controller - enough of it to support the Amstrad BIOS. \
Floppies are emulated with disc image files.
- The Centronics ports.
- The CPS8256 serial interface.
- The PCW8256 dot-matrix printer.
- The PCW9512 daisywheel printer.
- AMX or Kempston mice.
- The beeper."
HOMEPAGE="http://www.seasip.info/Unix/Joyce/index.html"
SOURCE_URI="http://www.seasip.info/Unix/Joyce/joyce-2.2.6.tar.gz"
CHECKSUM_SHA256="d92089dc3e583e88973ef6708dc35e649500949086da0a03f973efe3f62c3d8f"
REVISION="1"
@@ -41,6 +52,7 @@ BUILD_PREREQUIRES="
"
PATCHES="joyce-2.2.6.patchset"
BUILD()
{
runConfigure ./configure
@@ -55,4 +67,3 @@ INSTALL()
rm $binDir/apriboot $binDir/dsk* $binDir/md3serial $libDir/libdsk*
prepareInstalledDevelLibs lib765 libcpmredir liblink
}