summaryrefslogtreecommitdiff
path: root/libtorrent-rasterbar/Pkgfile
blob: ccf205ace5e9311d439b664cb0ebc7c8b4c5a863 (plain)
    1 # Description: A C++ bittorrent library.
    2 # URL: http://www.rasterbar.com/products/libtorrent/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: boost
    5 
    6 name=libtorrent-rasterbar
    7 version=1.1.6
    8 release=1
    9 source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--enable-python-binding
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 }

Generated by cgit