Magellan Linux

Contents of /branches/R11-stable/extras/libkcddb/libkcddb-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23867 - (show annotations) (download)
Mon Feb 9 14:42:51 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/libkcddb/libkcddb-4.14.3-r1.smage2
File size: 271 byte(s)
auto added: ver bump to 4.14.3-r1
1 # $Id$
2
3 PNAME="libkcddb"
4 PVER="4.14.3"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 library for CDDB."
8
9 DEPEND="== kde-base/kdelibs-${PVER}
10 >= media-libs/musicbrainz5-5"
11
12 sminclude kde4
13
14 src_compile()
15 {
16 cd ${SRCDIR}
17
18 kde4_configure $(cmake_with MusicBrainz5) || die
19 mmake || die
20 }