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
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libtorrent
|
|
|
|
|
surum=0.13.6
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://rtorrent.net/downloads/libtorrent-$surum.tar.gz)
|
2016-12-04 20:09:58 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-12-04 20:09:58 +01:00
|
|
|
|
|
|
|
|
|
# remove cppunit dependency
|
|
|
|
|
sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
|
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr --enable-debug=no
|
|
|
|
|
make
|
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
|
}
|