forked from premiere/premiere-libtorrent
Files used for building a debian package, pkg-config support
This commit is contained in:
parent
d73bc950c6
commit
36ab3b00f5
|
@ -0,0 +1,14 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
bindir=@bindir@
|
||||||
|
libdir=@libdir@
|
||||||
|
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} @CPPFLAGS@
|
Loading…
Reference in New Issue