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

Revision 174, 1.0 kB (checked in by broder, 15 years ago)

Update delete and discuss to use new com_err-friendly versions.

Line 
1 Package: macathena-delete
2 Version: 23271
3 Revision: 1
4 Source: http://macathena.mit.edu/dist/delete-svn%v.tar.gz
5 Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu>
6 HomePage: http://macathena.mit.edu/
7 License: BSD
8 Description: Athena's friendlier version of rm
9 DescDetail: <<
10         The delete utility marks files and directories for later permanent
11         removal by prefixing them with '.#'.  Files accidentally marked for
12         deletion can be recovered with undelete.  Permanent removal can be
13         effected immediately with the purge and expunge commands.  The lsdel
14         utility lists the files that have been marked for deletion but not yet
15         removed.
16 <<
17 Source-MD5: 441cc4e16d28a9d84a27349074dd3029
18 DocFiles: athena-copyright
19
20 BuildDepends: automake1.9, macathena-base (>= 76-1)
21 UpdateConfigGuess: true
22 CompileScript: <<
23         cp %p/share/macathena-base/athena-copyright %b/
24        
25         cp %p/share/automake-1.9/install-sh %b/
26         cp %p/share/automake-1.9/mkinstalldirs %b/
27         autoconf
28         ./configure %c
29         make
30 <<
Note: See TracBrowser for help on using the browser.