2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Torrent kitaplığı
|
2016-12-04 20:09:58 +01:00
|
|
|
|
# URL: https://rakshasa.github.io/rtorrent
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libsigc++
|
2016-12-04 20:09:58 +01:00
|
|
|
|
|
|
|
|
|
name=libtorrent
|
|
|
|
|
version=0.13.6
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://rtorrent.net/downloads/libtorrent-$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
|
|
# remove cppunit dependency
|
|
|
|
|
sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
|
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr --enable-debug=no
|
|
|
|
|
make
|
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
|
}
|