Revision 84, 0.8 kB
(checked in by broder, 17 years ago)
|
discuss works! Also, restructured how the DocFiles are defined for approximately everything
|
Line | |
---|
1 |
Package: macathena-machtype |
---|
2 |
Version: 22699 |
---|
3 |
Revision: 2 |
---|
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: f03f88e7ae085b16979d4ecd5a5f75d9 |
---|
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: b3640db9d86c7e3800da8ae75c3bca3d |
---|
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 |
<< |
---|