contrib/libtorrent-rasterbar/Pkgfile

21 lines
451 B
Plaintext
Raw Normal View History

2015-12-22 12:50:50 +01:00
# Description: A C++ bittorrent library.
2020-06-01 17:45:48 +02:00
# URL: https://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
2020-09-04 12:15:29 +02:00
version=1.2.10
2020-01-06 14:34:38 +01:00
release=1
2020-08-06 12:46:57 +02: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
}