libtorrent.paketlendi
This commit is contained in:
parent
ee4e9bf6a7
commit
b5f5d464e4
1 changed files with 21 additions and 0 deletions
21
talimatname/genel/libtorrent/talimat
Normal file
21
talimatname/genel/libtorrent/talimat
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Description: torrent library
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue