File: devtodo.list.in

package info (click to toggle)
devtodo 0.1.20%2Bgit20200830.0ad52b0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: ansic: 5,307; cpp: 3,908; perl: 112; sh: 106; makefile: 45; csh: 2
file content (34 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (10)
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
%product devtodo
%copyright GPL
%vendor Alec Thomas <alec@korn.ch>
%packager Giuseppe "Cowo" Corbelli <cowo@lugbs.linux.it>
%license COPYING
%readme README
%version @VERSION@

# Directories...
$prefix=@prefix@
$exec_prefix=@exec_prefix@
$bindir=@bindir@
$mandir=@mandir@
$datadir=@datadir@

d 755 root sys ${bindir} -
f 755 root sys ${bindir}/devtodo src/devtodo
l 755 root sys ${bindir}/tda ${bindir}/devtodo
l 755 root sys ${bindir}/tdd ${bindir}/devtodo
l 755 root sys ${bindir}/tde ${bindir}/devtodo
l 755 root sys ${bindir}/tdr ${bindir}/devtodo
l 755 root sys ${bindir}/todo ${bindir}/devtodo

d 755 root sys /etc -
f 644 root sys /etc/todorc doc/todorc.example

d 755 root sys ${mandir} -
d 755 root sys ${mandir}/man1 -
f 644 root sys ${mandir}/man1/devtodo.1 doc/devtodo.1
l 644 root sys ${mandir}/man1/tdr.1 ${mandir}/man1/devtodo.1
l 644 root sys ${mandir}/man1/todo.1 ${mandir}/man1/devtodo.1
l 644 root sys ${mandir}/man1/tda.1 ${mandir}/man1/devtodo.1
l 644 root sys ${mandir}/man1/tdd.1 ${mandir}/man1/devtodo.1
l 644 root sys ${mandir}/man1/tde.1 ${mandir}/man1/devtodo.1