void-packages/srcpkgs/konsole/template
2013-09-04 17:25:15 +02:00

30 lines
1,022 B
Plaintext

# Template file for 'konsole'
pkgname=konsole
version=4.11.1
revision=1
short_desc="KDE's Terminal Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL, LGPL, FDL"
homepage="http://www.kde.org"
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
checksum=a74f41fc3dd23fc5e9b8484928ad2bd662498dd1320e05d82269c545c515e3f2
long_desc="
As well as being a standalone program, it is also used by other KDE programs
such as the Kate editor and KDevelop development environment to provide easy
access to a terminal window. Konsole's features and usage are explained and
illustrated in the Konsole handbook, which can be accessed by browsing to
"help:/konsole" in Konqueror"
build_style=cmake
configure_args="-DKDE4_BUILD_TESTS=OFF"
hostmakedepends="cmake automoc4 pkg-config"
makedepends="glib-devel openssl-devel qt-devel phonon-devel strigi-devel
soprano-devel kdelibs-devel>=${version} kde-baseapps-devel>=${version}"
konsole_package() {
pkg_install() {
vmove all
}
}