Revision 127, 1.0 kB
(checked in by broder, 17 years ago)
|
discuss apparently depends on readline
|
Line | |
---|
1 |
Package: macathena-lprng-config |
---|
2 |
Version: 125 |
---|
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: bbebb716da08c3bd448615c106cb7726 |
---|
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 |
<< |
---|