~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to skycultures/chinese/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
########### install files ###############
3
3
 
4
 
# install info.ini
5
 
INSTALL(FILES info.ini DESTINATION share/${PACKAGE}/skycultures/chinese)
6
 
 
7
 
# install star_names.fab
8
 
INSTALL(FILES star_names.fab DESTINATION share/${PACKAGE}/skycultures/chinese)
9
 
 
10
 
# install constellations data
11
 
INSTALL(DIRECTORY ./ DESTINATION share/${PACKAGE}/skycultures/chinese
12
 
        FILES_MATCHING PATTERN "constellation*" )
13
 
 
14
 
# install artwork
15
 
#INSTALL(DIRECTORY ./ DESTINATION share/${PACKAGE}/skycultures/chinese
16
 
#       FILES_MATCHING PATTERN "*.png" )
17
 
 
18
 
# install descriptions
19
 
INSTALL(DIRECTORY ./ DESTINATION share/${PACKAGE}/skycultures/chinese
20
 
        FILES_MATCHING PATTERN "description.*.utf8" )
 
4
# install info.ini and star_names.fab
 
5
INSTALL(FILES info.ini star_names.fab DESTINATION share/${PACKAGE}/skycultures/chinese )
 
6
 
 
7
# install constellations data, artwork and descriptions
 
8
INSTALL(DIRECTORY ./ DESTINATION share/${PACKAGE}/skycultures/chinese
 
9
        FILES_MATCHING PATTERN "constellation*" 
 
10
        PATTERN "*.png" 
 
11
        PATTERN "description.*.utf8" 
 
12
        PATTERN "CMakeFiles" EXCLUDE )