Revision 156, 0.6 kB
(checked in by broder, 16 years ago)
|
Update macathena-attach Fink config for new source
|
Line | |
---|
1 |
Package: macathena-attach |
---|
2 |
Version: 154 |
---|
3 |
Revision: 1 |
---|
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: 399bfeeff9504649d5b1863dad28399e |
---|
10 |
DocFiles: copyright |
---|
11 |
|
---|
12 |
Depends: macathena-add, macathena-pyhesiodfs, python25 |
---|
13 |
CompileScript: << |
---|
14 |
python2.5 setup.py build |
---|
15 |
<< |
---|
16 |
InstallScript: << |
---|
17 |
mkdir -p %i/lib/python2.5/site-packages %d/bin |
---|
18 |
|
---|
19 |
python2.5 setup.py install --root=%d |
---|
20 |
|
---|
21 |
ln -s %p/bin/attach %d/bin/attach |
---|
22 |
<< |
---|