root/trunk/fink/main/finkinfo/macathena-lprng-config.info

Revision 125, 1.0 kB (checked in by broder, 16 years ago)

Created macathena-lprng-config info file. Also marked config files in lprng
and macathena-afs-config, and fixed a bug in the autoconf for lprng-config

Line 
1 Package: macathena-lprng-config
2 Version: 124
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/lprng-config-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: Public Domain
8 Description: LPRng configuration for MacAthena
9 Source-MD5: 51554e663ef69640308bc3d080d1df2a
10 DocFiles: copyright
11 ConfFiles: %p/etc/lpd/lpd.conf.macathena
12
13 Depends: macathena-config-common, lprng , macathena-hesiod
14 CompileScript: <<
15         autoconf
16         ./configure %c
17 <<
18 InstallScript: <<
19         mkdir -p %i/etc/lpd/
20         cp lpd.conf.macathena %i/etc/lpd/
21        
22         mkdir -p %i/share/macathena-lprng-config/
23         cp get_hesiod_pcap %i/share/macathena-lprng-config/
24         chmod +x %i/share/macathena-lprng-config/get_hesiod_pcap
25 <<
26 PostInstScript: <<
27         source %p/share/macathena-config-common/divert.sh
28         package=%n
29        
30         divert_link %p/etc/lpd/lpd.conf
31 <<
32 PreRmScript: <<
33         source %p/share/macathena-config-common/divert.sh
34         package=%n
35        
36         undivert_unlink %p/etc/lpd/lpd.conf
37 <<
Note: See TracBrowser for help on using the browser.