New package: liblastfm-qt5-1.0.9

This commit is contained in:
Duncaen 2015-02-06 17:56:05 +01:00 committed by Duncaen
parent 9f49f8d5b3
commit fe64288562
3 changed files with 26 additions and 0 deletions

View file

@ -2014,3 +2014,5 @@ libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1
libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_1
libKF5Attica.so.5 attica-qt5-5.6.0_1
libechonest5.so.2.3 libechonest-qt5-2.3.0_1
liblastfm_fingerprint5.so.1 liblastfm-qt5-1.0.9_1
liblastfm5.so.1 liblastfm-qt5-1.0.9_1

1
srcpkgs/liblastfm-qt5-devel Symbolic link
View file

@ -0,0 +1 @@
liblastfm-qt5

View file

@ -0,0 +1,23 @@
# Template file for 'liblastfm'
pkgname=liblastfm-qt5
version=1.0.9
revision=1
wrksrc=${pkgname%-*}-${version}
build_style=cmake
hostmakedepends="cmake"
makedepends="qt5-devel qt5-plugin-pgsql qt5-plugin-mysql qt5-plugin-sqlite qt5-plugin-odbc libsamplerate-devel fftw-devel"
short_desc="A Qt5 C++ library for the Last.fm webservices"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/lastfm/liblastfm"
distfiles="https://github.com/lastfm/${pkgname%-*}/archive/${version}.tar.gz"
checksum=5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b
liblastfm-qt5-devel_package() {
depends="liblastfm-qt5>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}