File: pecomato.prototype.in

package info (click to toggle)
pecomato 0.0.15-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,016 kB
  • ctags: 1,247
  • sloc: ansic: 5,479; perl: 4,514; sh: 1,934; python: 1,271; makefile: 59
file content (35 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#! /usr/bin/pkgmk -f
# Sun Solaris prototype file for pkgmk(1)
# 
!prefix=/usr/local
!bindir=$prefix/bin
!docdir=$prefix/doc/@PRODUCT@-@VERSION@
#
!search .
i pkginfo=pecomato.pkginfo
#
!search dist-unix/bin dist-unix/doc/html dist-unix/doc/man dist-unix/doc/txt
!default 755 root bin
#
d none $bindir
f none $bindir/pecomato
d none $docdir
d none $docdir/html
d none $docdir/txt
d none $docdir/man
#
!default 644 root bin
#
f none $docdir/html/DISCLAIMER.html
f none $docdir/html/INSTALL.html
f none $docdir/html/LICENSE.html
f none $docdir/html/README.html
f none $docdir/html/TODO.html
f none $docdir/html/manpage.html
f none $docdir/man/manpage.man
f none $docdir/txt/DISCLAIMER.txt
f none $docdir/txt/INSTALL.txt
f none $docdir/txt/LICENSE.txt
f none $docdir/txt/README.txt
f none $docdir/txt/TODO.txt