milis/talimatname/genel/libtorrent-rasterbar/talimat

22 lines
448 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.

# Description: Bir C ++ bittorrent kitaplığı.
# URL: http://www.rasterbar.com/products/libtorrent/
# Packager: milisarge
# Depends on: boost
name=libtorrent-rasterbar
version=1.1.0
release=1
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1/$name-$version.tar.gz)
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--enable-python-binding
make
make DESTDIR=$PKG install
}