# $Id$ PNAME="perlqt" PVER="4.10.5" PBUILD="r1" PCAT="dev-perl" DESCRIPTION="Perl bindings for the Qt4 libraries." DEPEND="== dev-util/smokegen-${PVER} == dev-util/smokeqt-${PVER} >= dev-lang/perl-5.16.2 >= dev-python/qscintilla-qt4-2.7 >= kde-base/qimageblitz-0.0.6 >= virtual/phonon" sminclude kde4 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'" src_compile() { cd ${SRCDIR} kde4_configure $(cmake_without Qwt5) || die mmake || die }