Revision 187, 0.9 kB
(checked in by broder, 15 years ago)
|
Update macathena-athrun to include bash completion support.
|
Line | |
---|
1 |
Package: macathena-athrun |
---|
2 |
Version: 23826 |
---|
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: 068219d0f5a5282e2872133a5aec63cd |
---|
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 |
<< |
---|