milis/talimatname/genel/libtorrent/talimat

22 lines
453 B
Plaintext
Raw Normal View History

2017-04-03 14:52:55 +02:00
# Description: Torrent kitaplığı
2016-12-04 20:09:58 +01:00
# URL: https://rakshasa.github.io/rtorrent
# Packager: milisarge
# Depends on: libsigc++
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
}