void-packages/srcpkgs/transmission/template

28 lines
934 B
Text
Raw Normal View History

# Template file for 'transmission'
pkgname=transmission
version=1.76
distfiles="http://mirrors.m0k.org/$pkgname/files/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-gtk --enable-libnotify --enable-nls --enable-cli
--enable-daemon"
short_desc="A fast, easy, and free BitTorrent client"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b221d6ecec0c5ca9908f17ae7d56ce139d317faaa0c106e99fb321130280f151
long_desc="
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency build intltool
Add_dependency build curl
Add_dependency full glibc
Add_dependency full dbus-glib
Add_dependency full gtk+
Add_dependency full openssl
Add_dependency run curl-libs
Add_dependency full libnotify
Add_dependency full libevent
Add_dependency full desktop-file-utils