VirtualBox

source: vbox/trunk/src/libs/liblzma-5.4.1/liblzma.pc.in

Last change on this file was 98730, checked in by vboxsync, 15 months ago

libs/liblzma-5.4.1: Export to OSE, bugref:10254

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 410 bytes
Line 
1#
2# Author: Lasse Collin
3#
4# This file has been put into the public domain.
5# You can do whatever you want with this file.
6#
7
8prefix=@prefix@
9exec_prefix=@exec_prefix@
10libdir=@libdir@
11includedir=@includedir@
12
13Name: liblzma
14Description: General purpose data compression library
15URL: @PACKAGE_URL@
16Version: @PACKAGE_VERSION@
17Cflags: -I${includedir}
18Libs: -L${libdir} -llzma
19Libs.private: @PTHREAD_CFLAGS@ @LIBS@
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use