Update libarchive to v3.5.1

This commit is contained in:
Pk11
2020-12-28 16:39:40 -06:00
parent b0655cea73
commit 78f288dfee
7 changed files with 1980 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
prefix=/opt/devkitpro/portlibs/3ds
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libarchive
Description: library that can create and read several streaming archive formats
Version: 3.5.1
Cflags: -I${includedir}
Cflags.private: -DLIBARCHIVE_STATIC
Libs: -L${libdir} -larchive
Libs.private: -llzma -lbz2 -lz -lctru