2005-08-27 22:10:44 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
|
|
|
libdir=@libdir@
|
2006-11-19 15:24:30 +00:00
|
|
|
datarootdir=@datarootdir@
|
2006-12-27 23:52:20 +00:00
|
|
|
datadir=@datadir@
|
2005-08-27 22:10:44 +00:00
|
|
|
sysconfdir=@sysconfdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
package=@PACKAGE@
|
|
|
|
|
|
|
|
Name: libtorrent
|
|
|
|
Description: Bittorrent library.
|
|
|
|
Version: @VERSION@
|
2007-12-13 19:17:19 +00:00
|
|
|
Libs: -L${libdir} -ltorrent
|
2008-05-15 00:08:33 +00:00
|
|
|
Libs.private: @LIBS@ @BOOST_IOSTREAMS_LIB@ @BOOST_DATE_TIME_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@
|
|
|
|
Cflags: -I${includedir} -I${includedir}/libtorrent @COMPILETIME_OPTIONS@ @CPPFLAGS@
|