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

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

Fixed the paths by adding svn to the URLs for packages. Also created athrun and attachandrun packages

Line 
1 Package: macathena-athrun
2 Version: 22699
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: a84f99aaac798be9c701923279d8886e
15
16 Depends: macathena-attachandrun
17 BuildDepends: automake1.9
18 UpdateConfigGuess: true
19 CompileScript: <<
20         cp %p/share/automake-1.9/install-sh %b/
21         cp %p/share/automake-1.9/mkinstalldirs %b/
22         autoconf
23         ./configure %c
24         make
25 <<
26 InstallScript: <<
27         make install prefix=%i
28         mkdir -p %d/bin
29         ln -s %p/bin/athrun %d/bin/athrun
30 <<
Note: See TracBrowser for help on using the browser.