diff --git a/common/shlibs b/common/shlibs index bf2cdcff76..9320847096 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libkcddb-devel b/srcpkgs/libkcddb-devel new file mode 120000 index 0000000000..9a8995c8ad --- /dev/null +++ b/srcpkgs/libkcddb-devel @@ -0,0 +1 @@ +libkcddb \ No newline at end of file diff --git a/srcpkgs/libkcddb/template b/srcpkgs/libkcddb/template new file mode 100644 index 0000000000..e462ecb209 --- /dev/null +++ b/srcpkgs/libkcddb/template @@ -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 " +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" + } +}