root/trunk/fink/main/finkinfo/macathena-machtype.info

Revision 133, 0.8 kB (checked in by broder, 16 years ago)

Taking new versions of things that have changed upstream

Line 
1 Package: macathena-machtype
2 Version: 22847
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/machtype-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Print Athena machine type to standard output
9 Source-MD5: 947cc516faaea0c9bf9352450c8d3f0f
10 DocFiles: athena-copyright
11
12 Depends: macathena-base
13 BuildDepends: fink (>= 0.24.12), automake1.9, macathena-base (>= 76-1)
14 UpdateConfigGuess: true
15 PatchFile: %n.patch
16 PatchFile-MD5: 3adc3811fca2e9adc1968617c5a6efe2
17 PatchScript: patch -p0 < %{PatchFile}
18 CompileScript: <<
19         cp %p/share/macathena-base/athena-copyright %b/
20        
21         cp %p/share/automake-1.9/install-sh %b/
22         cp %p/share/automake-1.9/mkinstalldirs %b/
23         autoconf
24         env `python2.5 %b/getSysnameList.py` ATHENA_MAJOR_VERSION=9 ATHENA_MINOR_VERSION=4 ./configure %c
25         make
26 <<
Note: See TracBrowser for help on using the browser.