From patchwork Sun Jan 20 11:32:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-multimedia, v2, 6/7] accel-ppp: add 1.7.3 + fixes from git Date: Sun, 20 Jan 2013 11:32:07 -0000 From: Koen Kooi X-Patchwork-Id: 42981 Message-Id: <1358681528-19761-6-git-send-email-koen@dominion.thruhere.net> To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi Signed-off-by: Koen Kooi --- .../recipes-protocols/accel-ppp/accel-ppp_git.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb diff --git a/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb new file mode 100644 index 0000000..9eb9bf8 --- /dev/null +++ b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb @@ -0,0 +1,25 @@ +SUMMARY = "ACCEL-PPP is a high performance VPN server application for linux." +HOMEPAGE = "http://sourceforge.net/apps/trac/accel-ppp/wiki" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" + +DEPENDS = "openssl libpcre" + +inherit cmake + +PV = "1.7.3+git" + +SRCREV = "4acfa46c321a344b9a6ce4128e72d1e02828d8a0" +SRC_URI = "git://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp;branch=1.7" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE = " \ + -DBUILD_DRIVER=FALSE \ + -DCMAKE_INSTALL_PREFIX=${prefix} \ + -DCMAKE_BUILD_TYPE=Release \ + -DLOG_PGSQL=FALSE \ + -DRADIUS=FALSE \ + -DNETSNMP=FALSE \ + "