Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost completely different now. So, I see no point in keeping it around.
Signed-off-by: Roman I Khimov <[email protected]> --- recipes/poptop/poptop_1.3.0.bb | 35 ----------------------------------- 1 files changed, 0 insertions(+), 35 deletions(-) delete mode 100644 recipes/poptop/poptop_1.3.0.bb diff --git a/recipes/poptop/poptop_1.3.0.bb b/recipes/poptop/poptop_1.3.0.bb deleted file mode 100644 index da7ebe6..0000000 --- a/recipes/poptop/poptop_1.3.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Poptop is the PPTP server solution for Linux \ -Using Poptop, Linux servers can now function seamlessly in a PPTP VPN environment. \ -This enables administrators to leverage the considerable benefits of both Microsoft and Linux operating systems \ -The current release version supports Windows 95/98/Me/NT/2000/XP PPTP clients and Linux PPTP clients \ -For more info visit http://www.poptop.org/" - -HOMEPAGE = "http://www.poptop.org/" -LICENSE = "GPL" -SECTION = "network" -PRIORITY = "optional" -DEPENDS = "ppp" -RDEPENDS = "ppp" - -PR = "r0" - -inherit autotools - -SRC_URI = "${SOURCEFORGE_MIRROR}/poptop/pptpd-${PV}.tar.gz" -S = "${WORKDIR}/pptpd-${PV}" - - - -do_install() { - install -d ${D}${sbindir} - install -d ${D}/${sysconfdir} - install -d ${D}/${sysconfdir}/ppp/ - - install -m 0755 pptpd ${D}${sbindir}/ - install -m 0755 pptpctrl ${D}${sbindir}/ - install -m 0644 samples/options.pptpd ${D}/${sysconfdir}/ppp/ - install -m 0644 samples/pptpd.conf ${D}/${sysconfdir}/ - - -} - -- 1.6.4.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
