File: wscript_build

package info (click to toggle)
kupfer 0%2Bv208-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,708 kB
  • sloc: python: 32,062; 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/*"))