New pacakge: libcommuni-3.4.0

This commit is contained in:
John Regan 2016-02-02 09:55:01 -06:00
parent 646de06122
commit 26742164a5
3 changed files with 32 additions and 0 deletions

View file

@ -2340,3 +2340,6 @@ libsearpc.so.1 libsearpc-3.0.7_1
libccnet.so.0 ccnet-5.0.4_1
libseafile.so.0 seafile-libclient-5.0.4_1
libpodofo.so.0.9.3 podofo-0.9.3_1
libIrcUtil.so.3 libcommuni-3.4.0_1
libIrcCore.so.3 libcommuni-3.4.0_1
libIrcModel.so.3 libcommuni-3.4.0_1

1
srcpkgs/libcommuni-devel Symbolic link
View file

@ -0,0 +1 @@
libcommuni

View file

@ -0,0 +1,28 @@
# Template file for 'libcommuni'
pkgname="libcommuni"
version="3.4.0"
revision="1"
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel"
short_desc="A cross-platform IRC framework written with Qt"
maintainer="John Regan <john@jrjrtech.com>"
license="BSD"
homepage="http://communi.github.io/"
distfiles="https://github.com/communi/libcommuni/archive/v${version}.tar.gz"
configure_args="-config release"
checksum=31afe0ab824e8c50b54053cbcecf9c46a62e83e9694b25a0fe523afd4fbf2e79
post_install() {
vlicense LICENSE
}
libcommuni-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/qt5/mkspecs
}
}