the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libtorrent
Version: 0.10.2
Revision: 3
License: GPL
HomePage: http://libtorrent.rakshasa.no
Description: Bittorrent library
Maintainer: Michal Suchanek
Depends: libsigc++2-shlibs, %n-shlibs (=%v-%r)
BuildDepends: libsigc++2, system-openssl-dev, pkgconfig
Conflicts: libtorrent11, libtorrent12, libtorrent15
Replaces: libtorrent11, libtorrent12, libtorrent15
Source: http://%n.rakshasa.no/downloads/%n-%v.tar.gz
Source-MD5: 99f1daa0f6ce0aa8d53745c494df9b36
BuildDependsOnly: true
ConfigureParams: --disable-dependency-tracking
CompileScript: <<
#!/bin/sh -xe
export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
./configure %c
make
<<
InstallScript:
DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
<<
SplitOff: <<
Package: %N-shlibs
Files: lib/libtorrent.9.dylib
Shlibs: %p/lib/libtorrent.9.dylib 10.0.0 %n (>= 0.10.2-1)
DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
<<
<<
DescPackaging: <<
pkgconfig does not find the system openssl
<<