Misc: #49: Add CPack configuration

Add CPackConfig.cmake for generating binary packages (.tar.bz2, .deb,
.rpm) automatically. Pretty ugly, but mostly working.
CPackSourceConfig.cmake isn't ready yet.
This commit is contained in:
Richard Grenville
2012-10-02 21:56:12 +08:00
parent f95093358e
commit ff50322b27
2 changed files with 49 additions and 7 deletions

16
.gitignore vendored
View File

@ -1,6 +1,5 @@
# Build files
.deps
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
@ -14,14 +13,17 @@ missing
stamp-h1
compton
*.o
*~
core
_CPack_Packages
build
compton-*.deb
compton-*.rpm
compton-*.tar.bz2
# Vim files
.*.sw[a-z]
*~
# oprofile files
# Misc files
core
oprofile_data
# clang files
compton.plist