parent
df611102bc
commit
15e64df45b
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'qbittorrent'
|
||||
pkgname=qbittorrent
|
||||
version=4.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=qmake
|
||||
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
|
||||
makedepends="libtorrent-rasterbar-devel qt5-declarative-devel qt5-svg-devel"
|
||||
depends="qt5-svg"
|
||||
short_desc="Free software alternative to µtorrent"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
|
@ -23,7 +24,6 @@ build_options_default="gui"
|
|||
|
||||
pre_configure() {
|
||||
local conf="--prefix=/usr"
|
||||
conf+=" --with-qt4=no"
|
||||
conf+=" --disable-systemd"
|
||||
conf+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||
conf+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||
|
|
Loading…
Reference in New Issue