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

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

Added license information to all of the packags (fixes #5)

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
16 Depends: macathena-attachandrun
17 BuildDepends: automake1.9, macathena-base (>= 76-1)
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        
31         %b/mkinstalldirs %i/share/doc/%n/
32         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright
33 <<
Note: See TracBrowser for help on using the browser.