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

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

Taking new versions of things that have changed upstream

Line 
1 Package: macathena-athrun
2 Version: 22847
3 Revision: 1
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: e917ba48b3c96b77e767cf6cac8ecc0b
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.