1#
2# "$Id$"
3#
4#   EPM list file for fldiff.
5#
6#   Copyright 2005 by Michael Sweet
7#
8#   This program is free software; you can redistribute it and/or modify
9#   it under the terms of the GNU General Public License v2 as published
10#   by the Free Software Foundation.
11#
12#   This program is distributed in the hope that it will be useful,
13#   but WITHOUT ANY WARRANTY; without even the implied warranty of
14#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15#   GNU General Public License for more details.
16#
17
18%product fldiff
19%description Graphical diff program
20%version @VERSION@
21%license COPYING
22%vendor Michael Sweet
23%readme fldiff.readme
24
25$prefix=@prefix@
26$exec_prefix=@exec_prefix@
27$bindir=@bindir@
28$datadir=@datadir@
29$mandir=@mandir@
30$docdir=@docdir@
31$desktopdir=@desktopdir@
32
33f 0555 root sys $bindir/fldiff fldiff
34f 0444 root sys $mandir/man1/fldiff.1 fldiff.man
35d 0555 root sys $docdir -
36f 0555 root sys $docdir/index.html index.html
37f 0555 root sys $docdir/fldiff.jpg fldiff.jpg
38
39d 0555 root sys $desktopdir/Development -
40f 0444 root sys $desktopdir/Development/fldiff.desktop fldiff.desktop
41
42d 0555 root sys $datadir/icons/hicolor/32x32/apps
43f 0444 root sys $datadir/icons/hicolor/32x32/apps/fldiff.png fldiff.png
44
45#
46# End of "$Id$".
47#
48