New package: libkcddb-14.12.3

This commit is contained in:
Enno Boland 2015-03-05 19:47:00 +01:00
parent bfac04f587
commit b146605df7
3 changed files with 26 additions and 0 deletions

View File

@ -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

1
srcpkgs/libkcddb-devel Symbolic link
View File

@ -0,0 +1 @@
libkcddb

24
srcpkgs/libkcddb/template Normal file
View File

@ -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"
}
}