void-packages/srcpkgs/quassel/template

18 lines
737 B
Text
Raw Normal View History

2014-12-02 14:51:01 +00:00
# Template file for 'quassel'
pkgname=quassel
version=0.11.0
revision=3
2014-12-02 14:51:01 +00:00
build_style=cmake
short_desc="A simple irc client that doesnt need a 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-${version}.tar.bz2"
checksum="99a191b8bc2a410f7020b890ec57e0be49313f539da9f4843675bb108b0f4504"
hostmakedepends="cmake pkg-config"
makedepends="zlib-devel qt-devel libdbusmenu-qt-devel phonon-devel qca-devel"
2014-12-02 14:51:01 +00:00
depends="desktop-file-utils qt-plugin-sqlite"
configure_args="-DEMBED_DATA=1 -DWANT_QTCLIENT=OFF -DWANT_MONO=ON -DWANT_CORE=OFF -DWITH_OPENSSL=ON -DWITH_DBUS=ON -DWITH_PHONON=ON -DWITH_WEBKIT=ON"