Last change
on this file since 109042 was 108905, checked in by vboxsync, 4 weeks ago |
liblzma-5.6.4: Applied and adjusted our liblzma changes to 5.6.4. jiraref:VBP-1613
|
-
Property svn:eol-style
set to
LF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
374 bytes
|
Line | |
---|
1 | # SPDX-License-Identifier: 0BSD
|
---|
2 | # Author: Lasse Collin
|
---|
3 |
|
---|
4 | prefix=@prefix@
|
---|
5 | exec_prefix=@exec_prefix@
|
---|
6 | libdir=@libdir@
|
---|
7 | includedir=@includedir@
|
---|
8 |
|
---|
9 | Name: liblzma
|
---|
10 | Description: General purpose data compression library
|
---|
11 | URL: @PACKAGE_URL@
|
---|
12 | Version: @PACKAGE_VERSION@
|
---|
13 | Cflags: -I${includedir}
|
---|
14 | Cflags.private: -DLZMA_API_STATIC
|
---|
15 | Libs: -L${libdir} -llzma
|
---|
16 | Libs.private: @PTHREAD_CFLAGS@ @LIBS@
|
---|
Note:
See
TracBrowser
for help on using the repository browser.