Date: Sat, 10 Jan 2015 00:07:34 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r276897 - vendor/xz/dist/src/liblzma Message-ID: <201501100007.t0A07Y8V069453@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 10 00:07:34 2015 New Revision: 276897 URL: https://svnweb.freebsd.org/changeset/base/276897 Log: Import the lzma pc file Added: vendor/xz/dist/src/liblzma/liblzma.pc.in (contents, props changed) Added: vendor/xz/dist/src/liblzma/liblzma.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ vendor/xz/dist/src/liblzma/liblzma.pc.in Sat Jan 10 00:07:34 2015 (r276897) @@ -0,0 +1,19 @@ +# +# Author: Lasse Collin +# +# This file has been put into the public domain. +# You can do whatever you want with this file. +# + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: liblzma +Description: General purpose data compression library +URL: @PACKAGE_URL@ +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} +Libs: -L${libdir} -llzma +Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501100007.t0A07Y8V069453>