# # "$Id: epm.list.in,v 1.12 2003/02/13 19:24:39 mike Exp $" # # Sample software list file for the ESP Package Manager (EPM). # # Please report problems and fixes to "epm@easysw.com". # # Copyright 1999-2003 by Easy Software Products, all rights reserved. # # These coded instructions, statements, and computer programs are the # property of Easy Software Products and are protected by Federal # copyright law. Distribution and use rights are outlined in the file # "COPYING" which should have been included with this file. If this # file is missing or damaged please contact Easy Software Products # at: # # Attn: EPM Licensing Information # Easy Software Products # 44141 Airport View Drive, Suite 204 # Hollywood, Maryland 20636-3111 USA # # Voice: (301) 373-9603 # EMail: epm@easysw.com # WWW: http://www.easysw.com/epm # # Directories... $prefix= $exec_prefix= $bindir=${exec_prefix}/bin $datadir=${prefix}/share $docdir=${datadir}/doc/epm $libdir=/lib $mandir=${prefix}/share/man $srcdir=. # Product information %product ESP Package Manager %copyright 1999-2003 by Easy Software Products, All Rights Reserved. %vendor Easy Software Products %license ${srcdir}/COPYING %readme ${srcdir}/README %description Universal software packaging tool for UNIX. %version 3.7.0 370 # Manpage extensions... $CAT1EXT=0 $MAN1EXT=1 $CAT5EXT=0 $MAN5EXT=5 # Executables %system all f 0555 root sys ${bindir}/epm epm f 0555 root sys ${bindir}/epminstall epminstall f 0555 root sys ${bindir}/mkepmlist mkepmlist # Documentation f 0444 root sys ${docdir}/README $srcdir/README f 0444 root sys ${docdir}/COPYING $srcdir/COPYING f 0444 root sys ${docdir}/epm-manual.html $srcdir/doc/epm-manual.html f 0444 root sys ${docdir}/epm-manual.pdf $srcdir/doc/epm-manual.pdf # Man pages f 0444 root sys ${mandir}/cat1/epm.$CAT1EXT $srcdir/doc/epm.1 f 0444 root sys ${mandir}/cat1/epminstall.$CAT1EXT $srcdir/doc/epminstall.1 f 0444 root sys ${mandir}/cat1/mkepmlist.$CAT1EXT $srcdir/doc/mkepmlist.1 f 0444 root sys ${mandir}/cat5/epm.list.$CAT5EXT $srcdir/doc/epm.list.5 f 0444 root sys ${mandir}/man1/epm.$MAN1EXT $srcdir/doc/epm.man f 0444 root sys ${mandir}/man1/epminstall.$MAN1EXT $srcdir/doc/epminstall.man f 0444 root sys ${mandir}/man1/mkepmlist.$MAN1EXT $srcdir/doc/mkepmlist.man f 0444 root sys ${mandir}/man5/epm.list.$MAN5EXT $srcdir/doc/epm.list.man # Setup GUI files... $GUIS= %if GUIS f 0555 root sys ${libdir}/epm/setup setup f 0555 root sys ${libdir}/epm/uninst uninst f 0444 root sys ${mandir}/cat1/setup.$CAT1EXT $srcdir/doc/setup.1 f 0444 root sys ${mandir}/cat5/setup.types.$CAT5EXT $srcdir/doc/setup.types.5 f 0444 root sys ${mandir}/man1/setup.$MAN1EXT $srcdir/doc/setup.man f 0444 root sys ${mandir}/man5/setup.types.$MAN5EXT $srcdir/doc/setup.types.man %system darwin f 0444 root sys ${datadir}/epm/setup.icns macosx/setup.icns f 0444 root sys ${datadir}/epm/setup.info macosx/setup.info f 0444 root sys ${datadir}/epm/setup.plist macosx/setup.plist f 0444 root sys ${datadir}/epm/uninst.icns macosx/uninst.icns f 0444 root sys ${datadir}/epm/uninst.info macosx/uninst.info f 0444 root sys ${datadir}/epm/uninst.plist macosx/uninst.plist %system all %endif # # End of "$Id: epm.list.in,v 1.12 2003/02/13 19:24:39 mike Exp $". #