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

Revision 80, 0.7 kB (checked in by broder, 16 years ago)

Added license information to all of the packags (fixes #5)

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
11 BuildDepends: automake1.9, macathena-base (>= 76-1)
12 UpdateConfigGuess: true
13 CompileScript: <<
14         cp %p/share/automake-1.9/install-sh %b/
15         cp %p/share/automake-1.9/mkinstalldirs %b/
16         autoconf
17         ./configure %c
18         make
19 <<
20 InstallScript: <<
21         make install prefix=%i
22        
23         %b/mkinstalldirs %i/share/doc/%n/
24         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright
25 <<
Note: See TracBrowser for help on using the browser.