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