New package: quassel 0.11.0
This commit is contained in:
parent
87601775bc
commit
890585b490
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'quassel'
|
||||
|
||||
pkgname=quassel
|
||||
version=0.11.0
|
||||
revision=2
|
||||
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>=4 libdbusmenu-qt-devel phonon-devel"
|
||||
depends="desktop-file-utils qt-plugin-sqlite"
|
||||
configure_args="-DWANT_QTCLIENT=OFF -DWANT_MONO=ON -DWANT_CORE=OFF -DWITH_OPENSSL=ON -DWITH_DBUS=ON -DWITH_PHONON=ON -DWITH_WEBKIT=ON"
|
Loading…
Reference in New Issue