New Template for quasselclient 0.10.0

This commit is contained in:
rehwanne 2014-10-05 10:00:54 +02:00
parent ec585230df
commit d63841b50e
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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"
maintainer="Reh Wanne rehwanne@milliways.info"
license="GPL-3"
homepage="http://www.quassel-irc.org"
wrksrc="quassel-${version}"
distfiles="http://quassel-irc.org/pub/quassel-0.10.0.tar.bz2"
checksum="68228ce23aa3a992add3d00cb1e8b4863d8ca64bea99c881edf6d16ff9ec7c23"
hostmakedepends="cmake"
makedepends="qt>=4 qt-devel>=4"
configure_args="-DWANT_QTCLIENT=ON -DWANT_MONO=OFF -DWANT_CORE=OFF -DWITH_OPENSSL=ON -DWITH_DBUS=ON -DWITH_PHONON=ON -DWITH_WEBKIT=ON"