# $Id$ PNAME="kdebindings4" PVER="4.2.4" PBUILD="r1" STATE="unstable" DESCRIPTION="KDE4 bindings for various programming languages." DEPEND=">= kde-base/kdelibs4-${PVER} >= kde-base/kdepimlibs4-${PVER} >= x11-libs/gtk1+-1.2.10 >= dev-lang/python-2.6 >= dev-lang/perl-5.10 >= dev-lang/ruby-1.9 >= virtual/java-jdk >= dev-python/pyqt4-4.5" # pull in perl as last to get perl's {pre,post}install {pre,post}remove sminclude kde4 python perl UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'" src_compile() { cd ${SRCDIR} # sip/pyqt/pykde built separately, not here kde4_configure \ $(cmake_with OpenGL) \ $(cmake_with Ruby) \ $(cmake_without PythonLibrary) \ $(cmake_without SIP) \ || die mmake || die }