Revision 71, 0.5 kB
(checked in by broder, 17 years ago)
|
Making the directory /before/ Python tries to write to it is probably a good idea
|
Line | |
---|
1 |
Package: macathena-attach |
---|
2 |
Version: 57 |
---|
3 |
Revision: 2 |
---|
4 |
Source: http://macathena.mit.edu/dist/attach-svn%v.tar.gz |
---|
5 |
Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> |
---|
6 |
HomePage: http://macathena.mit.edu/ |
---|
7 |
License: BSD |
---|
8 |
Description: Mimic the functionality of Athena's attach |
---|
9 |
Source-MD5: 8ce7bfcbb63058211ac9d1d7fa94799b |
---|
10 |
|
---|
11 |
Depends: macathena-add, python25, pyhesiodfs |
---|
12 |
CompileScript: << |
---|
13 |
python2.5 setup.py build |
---|
14 |
<< |
---|
15 |
InstallScript: << |
---|
16 |
mkdir -p %i/lib/python2.5/site-packages |
---|
17 |
python2.5 setup.py install --root=%d |
---|
18 |
mkdir -p %d/bin |
---|
19 |
ln -s %p/bin/attach %d/bin/attach |
---|
20 |
<< |
---|