25 lines
723 B
Text
25 lines
723 B
Text
# Template file for 'liblxqt-mount'
|
|
pkgname=liblxqt-mount
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DUSE_QT5=1"
|
|
hostmakedepends="cmake"
|
|
makedepends="qt5-tools-devel"
|
|
short_desc="LXQt library for removable media/devices"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://lxqt.org/"
|
|
distfiles="http://lxqt.org/downloads/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=f723432fc4b97e6b4c709d65f6a73586fabe835663aad090feda9b02439bad21
|
|
|
|
liblxqt-mount-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="qt5-devel ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
vmove usr/share/cmake
|
|
}
|
|
}
|