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

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

macathena-just, macathena-delete, macathena-libgms (trying to use for macathena-get-message), and e2fsprogs-libs (which contains libss for discuss)

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
19 BuildDepends: automake1.9, macathena-base (>= 76-1)
20 UpdateConfigGuess: true
21 CompileScript: <<
22         cp %p/share/automake-1.9/install-sh %b/
23         cp %p/share/automake-1.9/mkinstalldirs %b/
24         autoconf
25         ./configure %c
26         make
27 <<
28 InstallScript: <<
29         make install prefix=%i
30        
31         %b/mkinstalldirs %i/share/doc/%n/
32         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright
33 <<
Note: See TracBrowser for help on using the browser.