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

Revision 66, 0.5 kB (checked in by broder, 16 years ago)

Added libxj and getcluster (I know they're useless, but I ported them once already)

Line 
1 Package: macathena-libxj
2 Version: 22699
3 Revision: 1
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: a23f2c49c3e585c66f9f7d7310fe4a75
10
11 BuildDepends: automake1.9
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 <<
Note: See TracBrowser for help on using the browser.