2009-07-18 08:26:39 +00: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 22:42:33 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: liblzma
|
2009-06-04 19:59:55 +00:00
|
|
|
Description: General purpose data compression library
|
2010-01-27 11:31:03 +00:00
|
|
|
URL: @PACKAGE_URL@
|
2007-12-08 22:42:33 +00:00
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -llzma
|
2008-12-30 22:30:49 +00:00
|
|
|
Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|