2009-07-18 11:26:39 +03:00
|
|
|
#
|
|
|
|
# Author: Lasse Collin
|
|
|
|
#
|
|
|
|
# This file has been put into the public domain.
|
|
|
|
# You can do whatever you want with this file.
|
|
|
|
#
|
|
|
|
|
2007-12-09 00:42:33 +02:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: liblzma
|
2009-06-04 22:59:55 +03:00
|
|
|
Description: General purpose data compression library
|
2010-01-27 13:31:03 +02:00
|
|
|
URL: @PACKAGE_URL@
|
2007-12-09 00:42:33 +02:00
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -llzma
|
2012-04-19 14:02:25 +03:00
|
|
|
Libs.private: @PTHREAD_CFLAGS@ @LIBS@
|