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

Revision 51, 0.7 kB (checked in by broder, 17 years ago)

Whoops...screwed up the paths. Sorry

Line 
1 Package: macathena-machtype
2 Version: 22699
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/machtype-%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: d1d9a6c6a0f379216e23b588bd99ef0d
10
11 Depends: macathena-base
12 BuildDepends: fink (>= 0.24.12), automake1.9
13 UpdateConfigGuess: true
14 PatchFile: %n.patch
15 PatchFile-MD5: b3640db9d86c7e3800da8ae75c3bca3d
16 PatchScript: patch -p0 < %{PatchFile}
17 CompileScript: <<
18         cp %p/share/automake-1.9/install-sh %b/
19         cp %p/share/automake-1.9/mkinstalldirs %b/
20         autoconf
21         env `python2.5 %b/getSysnameList.py` ATHENA_MAJOR_VERSION=9 ATHENA_MINOR_VERSION=4 ./configure %c
22         make
23 <<
Note: See TracBrowser for help on using the browser.