File: wscript_build

package info (click to toggle)
kupfer 0%2Bv208-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,804 kB
  • ctags: 6,612
  • sloc: python: 32,060; sh: 85; makefile: 77; xml: 8
file content (7 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# configuration defaults and ui files
bld.install_files("${DATADIR}/kupfer", "defaults.cfg")
bld.install_files("${DATADIR}/kupfer", bld.path.ant_glob("*.ui"))

# install all pure data files
bld.install_files("${DATADIR}/kupfer/searchplugins",
                  bld.path.ant_glob("searchplugins/*"))