summaryrefslogtreecommitdiffstats
path: root/recipes/poptop
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-29 21:21:28 +0400
committerRoman I Khimov <khimov@altell.ru>2010-08-05 21:45:53 +0400
commit71c6f94e7d8329ec44436c9f951522ff79940321 (patch)
tree3efacbff964a91cac05cb6a6997e938fad319a3d /recipes/poptop
parentd4171d825e7799d8fa990f6d217abe9e861bdeb8 (diff)
downloadopenembedded-71c6f94e7d8329ec44436c9f951522ff79940321.tar.gz
poptop: remove version 1.3.0
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 <khimov@altell.ru>
Diffstat (limited to 'recipes/poptop')
-rw-r--r--recipes/poptop/poptop_1.3.0.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes/poptop/poptop_1.3.0.bb b/recipes/poptop/poptop_1.3.0.bb
deleted file mode 100644
index 58f845990a..0000000000
--- a/recipes/poptop/poptop_1.3.0.bb
+++ /dev/null
@@ -1,38 +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_${PN} = "ppp"
-
-PR = "r1"
-
-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}/
-
-
-}
-
-
-SRC_URI[md5sum] = "75d494e881f7027f4e60b114163f6b67"
-SRC_URI[sha256sum] = "4f6fe4eb08ca7a69c83658ab13b23a77aa153ec1a2663596ddcbbf35768b0cee"