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

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

Updated checksums to match new macathenaDist.py

Line 
1 Package: macathena-attachandrun
2 Version: 22699
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/attachandrun-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 attachandrun utility allows a script to robustly run a program from
12         a specified locker.
13 <<
14 Source-MD5: 9312e52dbd055c62861d9c5d0a076d9e
15
16 Depends: macathena-attach
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/attachandrun %d/bin/attachandrun
30 <<
Note: See TracBrowser for help on using the browser.