16 lines
428 B
PkgConfig
16 lines
428 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
bindir=@bindir@
|
|
libdir=@libdir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
sysconfdir=@sysconfdir@
|
|
includedir=@includedir@
|
|
package=@PACKAGE@
|
|
|
|
Name: libtorrent
|
|
Description: Bittorrent library.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} @LIBS@ -l@BOOST_DATE_TIME_LIB@ -l@BOOST_FILESYSTEM_LIB@ -l@BOOST_THREAD_LIB@ @ZLIB@ -ltorrent
|
|
Cflags: -I${includedir} -I${includedir}/libtorrent @CPPFLAGS@
|