File: setup.cfg

package info (click to toggle)
songwrite 0.14-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,444 kB
  • ctags: 993
  • sloc: python: 7,059; xml: 850; makefile: 11
file content (37 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (7)
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
36
37
# This config file installs Songwrite in /usr
# Replace /usr by /usr/local if you prefer !

[install]
install-purelib   = /usr/share
install-scripts   = /usr/bin
install-data      = /usr/share

[install_lib]
compile           = 0
optimize          = 1

[sdist]
force-manifest    = 1
dist-dir          = /home/jiba/dist
#formats           = gztar,bztar

[bdist_rpm]
dist-dir          = /home/jiba/dist
release           = 1mdk
use-bzip2         = 1
group             = Sound
requires          = python
                    EditObj >= 0.2
                    TiMidity++
                    lilypond
doc_files         = CHANGES
                    README
                    LICENSE
                    AUTHORS
                    TODO
                    doc/
                    samples/
packager          = Lamy Jean-Baptiste <jiba@tuxfamily.org>
changelog         =
 * Tue Jul 02 2002 Lamy Jean-Baptiste <jiba@tuxfamily.org> 0.7-1mdk
   - First RPM release.