void-packages/srcpkgs/qbittorrent/template

27 lines
849 B
Bash
Raw Normal View History

2015-06-23 09:22:09 +02:00
# Template file for 'qbittorrent'
pkgname=qbittorrent
2015-10-11 22:36:26 +02:00
version=3.2.4
revision=1
build_style=qmake
hostmakedepends="automake libtool pkg-config qt5-tools"
makedepends="boost-devel libtorrent-rasterbar-devel
qt5-declarative-devel qt5-devel qt5-qmake"
2015-06-23 09:22:09 +02:00
short_desc="Free software alternative to µtorrent"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://www.qbittorrent.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
2015-10-11 22:36:26 +02:00
checksum=7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871
2015-06-23 09:22:09 +02:00
build_options="gui webui"
desc_option_gui="Enable the graphical user interface"
desc_option_webui="Enable the web user interface"
build_options_default="gui"
pre_configure() {
./configure --prefix=/usr \
--disable-systemd \
--with-qt5 \
$(vopt_enable gui) \
$(vopt_enable webui)
2015-06-23 09:22:09 +02:00
}