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

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

discuss works! Also, restructured how the DocFiles are defined for approximately everything

Line 
1 Package: macathena-delete
2 Version: 22699
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: A friendlier version of rm for Athena
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: d7753f3b6735d5dd544ed05cf5d027dc
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.