]> git.mxchange.org Git - simgear.git/commit
Updated package-management code.
authorJames Turner <zakalawe@mac.com>
Thu, 28 Feb 2013 18:19:01 +0000 (18:19 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 28 Feb 2013 18:31:28 +0000 (18:31 +0000)
commit06b089ba136f2fbadca58ef0a3a1f3d6d1ae1324
tree3d8c4a394d60079e83689890676c564623997386
parente1302bcf174c20429b16da0f3a929784044316c0
Updated package-management code.

Use mini-unzip code to extract, since we don't need all the features of libArchive, and the deployment issues become simpler.
CMakeLists.txt
CMakeModules/FindLibArchive.cmake [deleted file]
simgear/package/CMakeLists.txt
simgear/package/Install.cxx
simgear/package/ioapi.c [new file with mode: 0755]
simgear/package/ioapi.h [new file with mode: 0755]
simgear/package/ioapi_mem.c [new file with mode: 0644]
simgear/package/pkgutil.cxx
simgear/package/unzip.c [new file with mode: 0755]
simgear/package/unzip.h [new file with mode: 0755]