2005-08-28 00:10:44 +02:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
bindir=@bindir@
|
|
|
|
libdir=@libdir@
|
2006-11-19 16:24:30 +01:00
|
|
|
datarootdir=@datarootdir@
|
2006-12-28 00:52:20 +01:00
|
|
|
datadir=@datadir@
|
2005-08-28 00:10:44 +02:00
|
|
|
sysconfdir=@sysconfdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
package=@PACKAGE@
|
|
|
|
|
2008-06-23 02:09:12 +02:00
|
|
|
Name: libtorrent-rasterbar
|
2005-08-28 00:10:44 +02:00
|
|
|
Description: Bittorrent library.
|
|
|
|
Version: @VERSION@
|
2013-09-07 23:27:07 +02:00
|
|
|
Libs: -L${libdir} -ltorrent-rasterbar @BOOST_SYSTEM_LIB@
|
|
|
|
Libs.private: @LIBS@ @PTHREAD_LIBS@ @OPENSSL_LIBS@
|
2009-09-10 04:22:13 +02:00
|
|
|
Cflags: -I${includedir} -I${includedir}/libtorrent @COMPILETIME_OPTIONS@
|