void-packages/srcpkgs/quassel/template
Juan RP cb17477493 quassel: build with EMBED_DATA to not install conflicting files.
The same icons were installed by quassel and quasselclient.
2014-12-02 14:36:36 +01:00

18 lines
737 B
Plaintext

# Template file for 'quassel'
pkgname=quassel
version=0.11.0
revision=3
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"
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"