milis/talimatname/genel/l/libtorrent/talimat

22 lines
438 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Torrent kitaplığı
# URL: https://rakshasa.github.io/rtorrent
# Paketçi: milisarge
# Gerekler: libsigc++
isim=libtorrent
surum=0.13.6
devir=1
kaynak=(http://rtorrent.net/downloads/libtorrent-$surum.tar.gz)
derle() {
cd $isim-$surum
# remove cppunit dependency
sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
./autogen.sh
./configure --prefix=/usr --enable-debug=no
make
make install DESTDIR=$PKG
}