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

Revision 84, 0.9 kB (checked in by broder, 16 years ago)

discuss works! Also, restructured how the DocFiles are defined for approximately everything

Line 
1 Package: macathena-athrun
2 Version: 22699
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/athrun-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Utility to run a program from a locker
9 DescDetail: <<
10         An Athena utility for scripts to run a program from a locker.
11         The athrun utility allows a script to robustly run a program from
12         a specified locker.
13 <<
14 Source-MD5: a7426af81c089db2b63a6336482a713c
15 DocFiles: athena-copyright
16
17 Depends: macathena-attachandrun
18 BuildDepends: automake1.9, macathena-base (>= 76-1)
19 UpdateConfigGuess: true
20 CompileScript: <<
21         cp %p/share/macathena-base/athena-copyright %b/
22        
23         cp %p/share/automake-1.9/install-sh %b/
24         cp %p/share/automake-1.9/mkinstalldirs %b/
25         autoconf
26         ./configure %c
27         make
28 <<
29 InstallScript: <<
30         make install prefix=%i
31         mkdir -p %d/bin
32         ln -s %p/bin/athrun %d/bin/athrun
33 <<
Note: See TracBrowser for help on using the browser.