Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/x11
In directory usw-pr-cvs1:/tmp/cvs-serv13599

Added Files:
        prodosemu-0.1-1.info prodosemu-0.1-1.patch 
Log Message:
New package


--- NEW FILE: prodosemu-0.1-1.info ---
Package: prodosemu
Version: 0.1
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: ftp://apple2.caltech.edu/pub/apple2/emulators/%n.v0.1.tar.gz
Source-MD5: 0d2669c945f991f2d18dfadba872bf75
SourceDirectory: %n-v0.1
Patch: %f.patch
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
install -c -m 755 prodos %i/bin
<<
DocFiles: README apple.rom
Description: Apple IIe ProDOS emulator
DescUsage: <<
 Please refer to the README installed in /sw/share/doc/prodosemu/ for
instructions on how to use. An Apple IIe rom is also installed in
/sw/share/doc/prodosemu/.
<<
DescPort: Small patch to find a header file, and turn the beep on.
License: Restrictive
--- NEW FILE: prodosemu-0.1-1.patch ---
--- prodosemu-v0.1/apple.h      Tue Jan  9 15:00:03 1996
+++ prodosemu-v0.1-patched/apple.h      Wed Oct  2 23:55:19 2002
@@ -19,7 +19,7 @@
 
 #ifndef CBREAK
 /*#include <sgtty.h>*/
-#include <bsd/sgtty.h>
+#include <sgtty.h>
 #endif
 
 #ifndef TIOCGETP

--- prodosemu-v0.1/Makefile     Tue Jan  9 15:00:03 1996
+++ prodosemu-v0.1-patched/Makefile     Thu Oct  3 00:55:11 2002
@@ -6,7 +6,7 @@
 
 # Linux doesn't seem to like Randy Frank's beep code,
 # if you're compiling on something else, you could try not defining NOBEEP
-OPT = -O2 -DNOBEEP
+OPT = -O2
 
 # Necessary libraries
 LIB = -lcurses -ltermcap



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to