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

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

Updating packages to be more compliant with the Fink packaging standards

...other than, you know, the part where I dump a bunch of things outside of /sw

Line 
1 Package: macathena-libgms
2 Version: 22699
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: ec1c32a06b11224f995c8c72029921f6
15 DocFiles: athena-copyright
16
17 BuildDepends: automake1.9, macathena-base (>= 76-1)
18 UpdateConfigGuess: true
19 PatchScript: sed -i ".bak" -e 's|/usr/tmp/.messages|%p/var/cache/macathena-libgms/messages|g' globalmessage.h
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 <<
Note: See TracBrowser for help on using the browser.