contrib/libtorrent-rasterbar/Pkgfile

21 lines
457 B
Plaintext
Raw Normal View History

2015-12-22 12:50:50 +01:00
# Description: A C++ bittorrent library.
2016-05-10 15:07:05 +02:00
# URL: http://www.rasterbar.com/products/libtorrent/
2018-02-21 12:28:28 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: boost
2011-04-10 15:27:43 +02:00
name=libtorrent-rasterbar
2019-01-01 05:14:54 +01:00
version=1.1.11
2012-06-25 15:54:47 +02:00
release=1
2019-01-01 05:14:54 +01:00
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent_${version//./_}/$name-$version.tar.gz)
2015-12-22 12:50:50 +01:00
2011-04-10 15:27:43 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-python-binding
make
make DESTDIR=$PKG install
}