2009-08-16 17:54:55 +00:00
|
|
|
# Template file for 'transmission'
|
|
|
|
pkgname=transmission
|
2012-12-21 07:54:26 +00:00
|
|
|
version=2.75
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-15 19:03:05 +00:00
|
|
|
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp"
|
2012-07-29 11:07:46 +00:00
|
|
|
makedepends="pkg-config intltool zlib-devel openssl-devel dbus-glib-devel
|
2012-12-05 09:46:29 +00:00
|
|
|
libcurl-devel libevent-devel gtk+3-devel qt-devel"
|
2009-08-16 17:54:55 +00:00
|
|
|
short_desc="A fast, easy, and free BitTorrent client"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-18 19:04:21 +00:00
|
|
|
homepage="http://www.transmissionbt.com/"
|
|
|
|
license="MIT, GPL-2"
|
2012-12-05 10:00:18 +00:00
|
|
|
distfiles="http://download.transmissionbt.com/files/$pkgname-$version.tar.xz"
|
2012-12-21 07:54:26 +00:00
|
|
|
checksum=2869f9a5c1202fa1b65dbf60ffae9e4cad7d6e2fff0de55416a761e60d894a66
|
2009-08-16 17:54:55 +00:00
|
|
|
long_desc="
|
2012-07-08 14:55:52 +00:00
|
|
|
Transmission is a free, lightweight BitTorrent client. It features a simple,
|
|
|
|
intuitive interface on top on an efficient, cross-platform back-end."
|
2012-12-05 09:46:29 +00:00
|
|
|
|
|
|
|
subpackages="${pkgname}-gtk ${pkgname}-qt"
|
|
|
|
|
|
|
|
post_build() {
|
|
|
|
# Build the qt frontend.
|
|
|
|
cd qt && qmake qtr.pro && make ${makejobs}
|
|
|
|
}
|