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@
|
|
|
|
|
|
|
|
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
|
2006-06-25 02:12:18 +02:00
|
|
|
Cflags: -I${includedir} -I${includedir}/libtorrent @CPPFLAGS@
|