Revision 121, 0.6 kB
(checked in by broder, 17 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-libhesiod |
---|
2 |
Version: 3.1.0 |
---|
3 |
Revision: 3 |
---|
4 |
Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%v.tar.gz |
---|
5 |
Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> |
---|
6 |
HomePage: http://macathena.mit.edu/ |
---|
7 |
License: BSD |
---|
8 |
Description: Hesiod, a service name resolution protocol |
---|
9 |
Source-MD5: 89c785d350e75d6628754659ee4583e8 |
---|
10 |
DocFiles: copyright |
---|
11 |
|
---|
12 |
BuildDepends: fink (>= 0.24.12) |
---|
13 |
UpdateConfigGuess: true |
---|
14 |
PatchFile: %n.patch |
---|
15 |
PatchFile-MD5: 45c91d60be7876e6d3a7fa00f8a4fc55 |
---|
16 |
PatchScript: patch -p0 < %{PatchFile} |
---|
17 |
ConfigureParams: LIBS=-lresolv |
---|
18 |
InstallScript: << |
---|
19 |
make install prefix=%i |
---|
20 |
mkdir -p %i/share/ |
---|
21 |
mv %i/man %i/share/man |
---|
22 |
<< |
---|