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

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

Taking new versions of things that have changed upstream

Line 
1 Package: macathena-libgms
2 Version: 22873
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/libgms-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Global Athena message service library
9 DescDetail: <<
10         A library used by the global Athena message service
11         The gms library defines error codes and constants used by get_message
12         and messaged, the components of the global Athena message service.
13 <<
14 Source-MD5: fde2960663bae9845a1cf0acdb7e5158
15 DocFiles: athena-copyright
16
17 BuildDepends: automake1.9, macathena-base (>= 76-1)
18 UpdateConfigGuess: true
19 CompileScript: <<
20         cp %p/share/macathena-base/athena-copyright %b/
21        
22         cp %p/share/automake-1.9/install-sh %b/
23         cp %p/share/automake-1.9/mkinstalldirs %b/
24         autoconf
25         ./configure %c
26         make
27 <<
Note: See TracBrowser for help on using the browser.