# Depends on: libtorrent-rasterbar qt-base qt-tools  desktop-file-utils hicolor-icon-theme xdg-utils boost
description="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
url="http://www.qbittorrent.org"
packager="tnut at nutyx dot org"
name=qbittorrent
version=3.3.7
release=2
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make INSTALL_ROOT=$PKG install
}
