root/todo/tags/0.1.20/devtodo.list.in

Revision 290, 1.1 KB (checked in by athomas, 6 years ago)

Initial import.

Line 
1%product devtodo
2%copyright GPL
3%vendor Alec Thomas <alec@korn.ch>
4%packager Giuseppe "Cowo" Corbelli <cowo@lugbs.linux.it>
5%license COPYING
6%readme README
7%version @VERSION@
8
9# Directories...
10$prefix=@prefix@
11$exec_prefix=@exec_prefix@
12$bindir=@bindir@
13$mandir=@mandir@
14$datadir=@datadir@
15
16d 755 root sys ${bindir} -
17f 755 root sys ${bindir}/devtodo src/devtodo
18l 755 root sys ${bindir}/tda ${bindir}/devtodo
19l 755 root sys ${bindir}/tdd ${bindir}/devtodo
20l 755 root sys ${bindir}/tde ${bindir}/devtodo
21l 755 root sys ${bindir}/tdr ${bindir}/devtodo
22l 755 root sys ${bindir}/todo ${bindir}/devtodo
23
24d 755 root sys /etc -
25f 644 root sys /etc/todorc doc/todorc.example
26
27d 755 root sys ${mandir} -
28d 755 root sys ${mandir}/man1 -
29f 644 root sys ${mandir}/man1/devtodo.1 doc/devtodo.1
30l 644 root sys ${mandir}/man1/tdr.1 ${mandir}/man1/devtodo.1
31l 644 root sys ${mandir}/man1/todo.1 ${mandir}/man1/devtodo.1
32l 644 root sys ${mandir}/man1/tda.1 ${mandir}/man1/devtodo.1
33l 644 root sys ${mandir}/man1/tdd.1 ${mandir}/man1/devtodo.1
34l 644 root sys ${mandir}/man1/tde.1 ${mandir}/man1/devtodo.1
Note: See TracBrowser for help on using the browser.