+ cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm

This commit is contained in:
Caner CANDAN 2010-08-18 17:06:16 +02:00
commit 7159f8e5c4
20 changed files with 1155 additions and 1689 deletions

5
eo/package_deb Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
cd release
cpack -G DEB
cd ..