the Fink project is an effort to port
popular Unix programs to Mac OS X
# Initial Data
Package: mindless-data
Version: 050220
Revision: 1
Description: Wizards Of The Coast Magic: The Gathering card database
License: Restrictive
Maintainer: Marco Bonetti
# Unpack Phase
Source: http://www.wizards.com/dci/oracle/OracleVintage_%v.txt
Source-MD5: 3da2422bbd356fc997fe8ae6d5ee37ec
NoSourceDirectory: true
# Compile Phase
CompileScript: echo "No compile needed."
# Install Phase
InstallScript: <<
#!/bin/sh -ev
/usr/bin/install -d -m 755 %i/share/mindless
/usr/bin/tail -n +4 OracleVintage_%v.txt > oracle.txt
/usr/bin/install -c -p -m 444 oracle.txt %i/share/mindless/oracle.txt
<<
# Additional Data
Homepage: http://www.wizards.com/default.asp?x=dci/oracle
DescDetail: <<
Wizards Of The Coast Magic: The Gathering card database.
<<
DescUsage: <<
The first time you run Mindless Automaton, you will be asked to load a magic
card database. Select the one installed by this package which is located under
/sw/share/mindless/oracle.txt
However, you can play different CCGs downlaoding new card references and
modifying your ~/.mindlessrc configuration file.
<<
# Initial Data
Package: mindless-data
Version: 050220
Revision: 1
Description: Wizards Of The Coast Magic: The Gathering card database
License: Restrictive
Maintainer: Marco Bonetti
# Unpack Phase
Source: http://www.wizards.com/dci/oracle/OracleVintage_%v.txt
Source-MD5: 3da2422bbd356fc997fe8ae6d5ee37ec
NoSourceDirectory: true
# Compile Phase
CompileScript: echo "No compile needed."
# Install Phase
InstallScript: <<
#!/bin/sh -ev
/usr/bin/install -d -m 755 %i/share/mindless
/usr/bin/tail -n +4 OracleVintage_%v.txt > oracle.txt
/usr/bin/install -c -p -m 444 oracle.txt %i/share/mindless/oracle.txt
<<
# Additional Data
Homepage: http://www.wizards.com/default.asp?x=dci/oracle
DescDetail: <<
Wizards Of The Coast Magic: The Gathering card database.
<<
DescUsage: <<
The first time you run Mindless Automaton, you will be asked to load a magic
card database. Select the one installed by this package which is located under
/sw/share/mindless/oracle.txt
However, you can play different CCGs downlaoding new card references and
modifying your ~/.mindlessrc configuration file.
<<