root/trunk/fink/main/finkinfo/macathena-afs-conf-patch.info

Revision 121, 0.6 kB (checked in by broder, 16 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-afs-conf-patch
2 Version: 109
3 Revision: 2
4 Source: http://macathena.mit.edu/dist/afs-conf-patch-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: Ensure installation of afs.conf OpenAFS patch
9 Source-MD5: d76a40bff859099e0db6837419d3bbad
10 DocFiles: copyright readme
11
12 CompileScript: <<
13 <<
14 InstallScript: <<
15 <<
16 PostInstScript: <<
17         if [ ! -e /var/db/openafs/etc/config/afs.conf ]; then
18                 printf "\n\n== ERROR: ==\n"
19                 cat %p/share/doc/%n/readme
20                 printf "============\n\n"
21                 exit 1
22         fi
23 <<
Note: See TracBrowser for help on using the browser.