-
- Downloads
libarchive 3.1.2-246-ga5a5d28b (reduced)
Extract upstream libarchive using the following shell code. url=git://github.com/libarchive/libarchive.git && v=3.1.2-246-ga5a5d28b && r=a5a5d28b && paths=" CMakeLists.txt COPYING CTestConfig.cmake build/cmake build/pkgconfig build/utils build/version libarchive/*.* " && mkdir libarchive-$v-g$r-reduced && git clone $url libarchive-git && date=$(cd libarchive-git && git log -n 1 --format='%cd' $r) && (cd libarchive-git && git archive --format=tar $r -- $paths) | (cd libarchive-$v-g$r-reduced && tar xv) && fromdos libarchive-$v-g$r-reduced/build/cmake/Find*.cmake && echo "g$r date: $date"
Showing
- CMakeLists.txt 10 additions, 0 deletionsCMakeLists.txt
- build/cmake/config.h.in 3 additions, 0 deletionsbuild/cmake/config.h.in
- libarchive/CMakeLists.txt 1 addition, 0 deletionslibarchive/CMakeLists.txt
- libarchive/archive_read_extract.c 14 additions, 120 deletionslibarchive/archive_read_extract.c
- libarchive/archive_read_extract2.c 137 additions, 0 deletionslibarchive/archive_read_extract2.c
- libarchive/archive_read_private.h 10 additions, 1 deletionlibarchive/archive_read_private.h
- libarchive/archive_read_support_format_zip.c 3 additions, 2 deletionslibarchive/archive_read_support_format_zip.c
- libarchive/archive_write_disk_posix.c 2 additions, 1 deletionlibarchive/archive_write_disk_posix.c
- libarchive/archive_write_set_format_zip.c 15 additions, 15 deletionslibarchive/archive_write_set_format_zip.c
Loading
Please register or sign in to comment