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@
|
2008-06-23 02:09:12 +02:00
|
|
|
Libs: -L${libdir} -ltorrent-rasterbar
|
2009-04-06 21:05:08 +02:00
|
|
|
Libs.private: @LIBS@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@ @ZLIB@
|
|
|
|
Cflags: -I${includedir} -I${includedir}/libtorrent @SSL_CXXFLAGS@ @COMPILETIME_OPTIONS@
|
2008-11-29 22:33:21 +01:00
|
|
|
|