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

Revision 121, 0.6 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-libxj
2 Version: 22699
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/libxj-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Widget library used by many Athena programs
9 Source-MD5: 2a65781fb7171c82b78f7ca4aa213604
10 DocFiles: athena-copyright
11
12 BuildDepends: automake1.9, macathena-base (>= 76-1)
13 UpdateConfigGuess: true
14 CompileScript: <<
15         cp %p/share/macathena-base/athena-copyright %b/
16        
17         cp %p/share/automake-1.9/install-sh %b/
18         cp %p/share/automake-1.9/mkinstalldirs %b/
19         autoconf
20         ./configure %c
21         make
22 <<
Note: See TracBrowser for help on using the browser.