Skip to content

Instantly share code, notes, and snippets.

@kartikgupta0909
Created June 2, 2015 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartikgupta0909/66ddc3297bab2bd5bf87 to your computer and use it in GitHub Desktop.
Save kartikgupta0909/66ddc3297bab2bd5bf87 to your computer and use it in GitHub Desktop.
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: libarchive
Description: library that can create and read several streaming archive formats
Version: 3.1.2
Cflags: -I${includedir}
Libs: -L${libdir} -larchive
Libs.private: -lnettle -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment