Magellan Linux

Annotation of /branches/R11-unstable/extras/juk/juk-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25339 - (hide annotations) (download)
Tue Nov 25 03:28:16 2014 UTC (9 years, 7 months ago) by niro
File size: 304 byte(s)
-release branches/R11-unstable
1 niro 23871 # $Id$
2    
3     PNAME="juk"
4     PVER="4.14.3"
5     PBUILD="r1"
6    
7     DESCRIPTION="KDE4 Multimedia Player."
8    
9     DEPEND="== kde-base/kdebase-runtime-${PVER}
10     >= media-libs/taglib-1.8"
11    
12     sminclude kde4
13    
14     src_compile()
15     {
16     cd ${SRCDIR}
17    
18     kde4_configure \
19     $(cmake_with Taglib) \
20     $(cmake_without TunePimp) \
21     || die
22    
23     mmake || die
24     }