Short:        LPairs - A memory game
Author:       Michael Speck (kulkanie@gmx.net), AmigaOS 4.0 compile by Spot / PFP
Uploader:     "Varthall / Up Rough" <varti02 hotpop com>
Type:         game/think
Version:      1.0.3
Architecture: ppc-amigaos >= 4.0.5

                       O    O                        O      O
                   o           o                  o             o
                                                                            
                  o             .               .                o
                                                               
                    .                  .____.        _______   .
 ._______________________.___________  |    |__   .____.     ____.___________.
 |     __     /   ___    |    __    /__|___ __/___|__ _ |   |    |     __    |
 |    |_/    /    _|    |    |/   /   ___/ |     __//  |___      |    |_/    | 
 |    ______/|___________|____|_______|__________|_____|    _____|_____      |
 |____|                                                              /_________|
                                      F O R                 .____.
       .________________________ _____________._____________|    |__ 
       |     __     /   __     /_     __     |    ____/____)    __/______
       |    |_/    /    |/    /       _|    |    __/ |    |    |_/     /       
   .   |    ______/_____|___________________|    |   |____|___________/    .  
       |____|                                 |____|
  o                       .                              .                    o
            
   o                    o         P R E S E N T S          o                 o
                     
         O        O                 LPAIRS [OS4]                O       O       
                                    



                            PORTED BY ............ SPOT
                            SUPPLIED BY ... BILL MCEWEN
                            TYPE ................. GAME


--[README]---------------------------------------------------------------------


        LPairs
       
   a classic memory game for Linux
    by Michael Speck

------
1. Requirements
2. Installation
------

Requirements:
    X11, SDL(1.0 or better)

Installation:
    1. type './configure'
 options:
     --disable-sound (no sound)
     --disable-install (no installation; play from source directory)
        --disable-nls (no internationalization by gettext)
 (e.g. './configure --disable-sound --disable-install')
    2. type 'make'
    3. become root
    4.  type 'make install' (only if 'install' is not disabled)
    5.  type 'lpairs' to play


--------------------------------------------------------------------------------