Last change
on this file since 100111 was 98730, checked in by vboxsync, 22 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 |
|
---|
8 | prefix=@prefix@
|
---|
9 | exec_prefix=@exec_prefix@
|
---|
10 | libdir=@libdir@
|
---|
11 | includedir=@includedir@
|
---|
12 |
|
---|
13 | Name: liblzma
|
---|
14 | Description: General purpose data compression library
|
---|
15 | URL: @PACKAGE_URL@
|
---|
16 | Version: @PACKAGE_VERSION@
|
---|
17 | Cflags: -I${includedir}
|
---|
18 | Libs: -L${libdir} -llzma
|
---|
19 | Libs.private: @PTHREAD_CFLAGS@ @LIBS@
|
---|
Note:
See
TracBrowser
for help on using the repository browser.