Hi everyone,

This is basically a repeat question from what was asked in 2008 [1]. Is this
possible now?

To reiterate, I have a project to which I want to give my users an option to
either install as a .deb file, or as a .tgz.

in my tgz, I would like a layout such as
foo-1.2.3.tgz:
foo-1.2.3/README
foo-1.2.3/ChangeLog
foo-1.2.3/lib/libfoo.so
foo-1.2.3/doc/...

And in the deb, I want to install it like
foo-1.2.3.deb:
/usr/lib/libfoo.so
/usr/share/doc/foo/README
/usr/share/doc/foo/ChangeLog

[1]: http://www.cmake.org/pipermail/cmake/2008-September/024117.html

Thanks in advance
/Johan
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to