vp-build/srcpkgs/transmission/template

29 lines
977 B
Plaintext
Raw Normal View History

# Template file for 'transmission'
pkgname=transmission
version=1.75
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=a01bcf7718876d96eeb423a58247b89158bf0bc5d2bed414009e5fb83ff76c9e
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"
triggers="update-desktopdb gtk-icon-cache"
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