2014-10-05 10:00:54 +02:00
|
|
|
# Template file for 'quasselclient'
|
|
|
|
|
|
|
|
pkgname="quasselclient"
|
|
|
|
version="0.10.0"
|
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
|
|
|
short_desc="the client you need to connect to the quasselcore"
|
2014-10-05 14:01:42 +02:00
|
|
|
maintainer="Reh Wanne <rehwanne@milliways.info>"
|
2014-10-05 10:00:54 +02:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.quassel-irc.org"
|
|
|
|
wrksrc="quassel-${version}"
|
2014-10-05 14:01:42 +02:00
|
|
|
distfiles="http://quassel-irc.org/pub/quassel-${version}.tar.bz2"
|
2014-10-05 10:00:54 +02:00
|
|
|
checksum="68228ce23aa3a992add3d00cb1e8b4863d8ca64bea99c881edf6d16ff9ec7c23"
|
|
|
|
hostmakedepends="cmake"
|
2014-10-05 14:01:42 +02:00
|
|
|
makedepends="qt-devel>=4"
|
2014-10-05 10:00:54 +02:00
|
|
|
configure_args="-DWANT_QTCLIENT=ON -DWANT_MONO=OFF -DWANT_CORE=OFF -DWITH_OPENSSL=ON -DWITH_DBUS=ON -DWITH_PHONON=ON -DWITH_WEBKIT=ON"
|