void-packages/srcpkgs/liblxqt/template

26 lines
720 B
Bash
Raw Normal View History

2014-11-02 17:23:34 +00:00
# Template file for 'liblxqt'
pkgname=liblxqt
2015-02-08 18:21:14 +00:00
version=0.9.0
2015-07-15 08:56:15 +00:00
revision=2
2014-11-02 17:23:34 +00:00
build_style=cmake
configure_args="-DUSE_QT5=1"
2014-11-02 17:23:34 +00:00
hostmakedepends="cmake pkg-config"
2015-02-08 18:21:14 +00:00
makedepends="kwindowsystem-devel libqtxdg-devel"
2014-11-02 17:23:34 +00:00
short_desc="LXQT Desktop library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-02 17:23:34 +00:00
license="GPL-3"
homepage="http://lxqt.org/"
2015-02-09 10:22:36 +00:00
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
2015-02-08 18:21:14 +00:00
checksum=b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52
2014-11-02 17:23:34 +00:00
liblxqt-devel_package() {
short_desc+=" - development files"
2015-02-08 18:21:14 +00:00
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
2014-11-02 17:23:34 +00:00
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/cmake
}
}