# Template file for 'transmission' pkgname=transmission version=2.73 revision=3 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=7907f47f6eabf63f25ecc63b388f2abd4ac82f61d7d827657681ec36ff1507f6 long_desc=" Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform back-end." subpackages="${pkgname}-gtk ${pkgname}-qt" post_build() { # Build the qt frontend. cd qt && qmake qtr.pro && make ${makejobs} }