New package: libkcddb-14.12.3
This commit is contained in:
parent
bfac04f587
commit
b146605df7
|
@ -1939,3 +1939,4 @@ libdmtx.so.0 libdmtx-0.7.4_1
|
|||
libdbus-c++-1.so.0 libdbus-c++-0.9.0_1
|
||||
libdbus-c++-glib-1.so.0 libdbus-c++-0.9.0_1
|
||||
libpagemaker-0.0.so.0 libpagemaker-0.0.2_1
|
||||
libkcddb.so.4 libkcddb-14.12.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libkcddb
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libkcddb'
|
||||
pkgname=libkcddb
|
||||
version=14.12.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake automoc4 qt-qmake"
|
||||
makedepends="kdelibs-devel qt-devel phonon-devel libmusicbrainz5-devel"
|
||||
short_desc="KDE CDDB library"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL-2, LGPL-2, BSD, GFDL"
|
||||
homepage="https://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
|
||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=84041666484ebf579f3beae6eda5d71f7d0682cb1eb37c8472834d76e53016c5
|
||||
|
||||
libkcddb-devel_package() {
|
||||
depends="libkcddb>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/share/doc
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue