New package: libechonest-qt5-2.3.0
This commit is contained in:
parent
09f1699d3c
commit
9f49f8d5b3
|
@ -2013,3 +2013,4 @@ libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1
|
|||
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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libechonest-qt5
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'libechonest'
|
||||
pkgname=libechonest-qt5
|
||||
version=2.3.0
|
||||
revision=1
|
||||
wrksrc=${pkgname%-*}-${version}
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_WITH_QT4=OFF"
|
||||
hostmakedepends="cmake qt5-qmake"
|
||||
makedepends="boost-devel qt5-xmlpatterns-devel"
|
||||
short_desc="A C++/Qt wrapper around the wonderful echo nest api"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://projects.kde.org/projects/playground/libs/libechonest"
|
||||
distfiles="http://files.lfranchi.com/${pkgname%-*}-${version}.tar.bz2"
|
||||
checksum=79983ba72fbf9b112ebfb329b96b60eddf25d719ebe34eb70de01aa106ae2b44
|
||||
|
||||
libechonest-qt5-devel_package() {
|
||||
depends="libechonest-qt5>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue