Magellan Linux

Annotation of /branches/R11-stable/extras/perlqt/perlqt-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18622 - (hide annotations) (download)
Fri Aug 2 11:30:27 2013 UTC (10 years, 9 months ago) by niro
Original Path: trunk/extras/perlqt/perlqt-4.10.5-r1.smage2
File size: 525 byte(s)
auto added: ver bump to 4.10.5-r1
1 niro 18622 # $Id$
2    
3     PNAME="perlqt"
4     PVER="4.10.5"
5     PBUILD="r1"
6    
7     PCAT="dev-perl"
8     DESCRIPTION="Perl bindings for the Qt4 libraries."
9    
10     DEPEND="== dev-util/smokegen-${PVER}
11     == dev-util/smokeqt-${PVER}
12     >= dev-lang/perl-5.16.2
13     >= dev-python/qscintilla-qt4-2.7
14     >= kde-base/qimageblitz-0.0.6
15     >= virtual/phonon"
16    
17     sminclude kde4
18    
19     UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
20    
21     src_compile()
22     {
23     cd ${SRCDIR}
24    
25     kde4_configure $(cmake_without Qwt5) || die
26     mmake || die
27     }