Magellan Linux

Annotation of /trunk/todo/perlqt/perlqt-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26620 - (hide annotations) (download)
Thu Jul 9 00:24:11 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/perlqt/perlqt-4.14.3-r2.smage2
File size: 403 byte(s)
auto added: ver bump to 4.14.3-r2
1 niro 26620 # $Id$
2    
3     PNAME="perlqt"
4     PVER="4.14.3"
5     PBUILD="r2"
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.22.0
13     >= dev-python/qscintilla-qt4-2.7
14     >= kde-base/qimageblitz-0.0.6
15     >= virtual/phonon"
16    
17     sminclude kde4
18    
19     src_compile()
20     {
21     cd ${SRCDIR}
22    
23     kde4_configure $(cmake_without Qwt5) || die
24     mmake || die
25     }