# Template file for 'transmission' pkgname=transmission version=2.76 revision=1 subpackages="${pkgname}-gtk ${pkgname}-qt" build_style=gnu-configure configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp" makedepends="pkg-config intltool zlib-devel openssl-devel dbus-glib-devel libcurl-devel libevent-devel gtk+3-devel qt-devel" short_desc="A fast, easy, and free BitTorrent client" maintainer="Juan RP " homepage="http://www.transmissionbt.com/" license="MIT, GPL-2" distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.xz" checksum=02c8c47da5b5567f9018d4a1fdad585cff58d315bd2a544da71e7bd473853b33 post_build() { # Build the qt frontend. cd qt && qmake qtr.pro && make ${makejobs} }