Fix glib2 build and increase package version number.
[openwrt/svn-archive/archive.git] / net / l2tpd / Makefile
index 544791a63667bbf96e3037268378819851e0f8ab..1bd5af83b21da6672b7f3b9983932ba274e6d0d9 100644 (file)
@@ -16,10 +16,8 @@ PKG_RELEASE:=4.1
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_UPSTREAM_VERSION).orig.tar.gz
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/l2tpd
 PKG_MD5SUM:=3f2707b6e16a8cb72e7bf64f574202fa
-PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).orig
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -27,12 +25,15 @@ define Package/l2tpd
   SECTION:=net
   CATEGORY:=Network
   TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon
-  DESCRIPTION:=\
-       l2tpd is the open source implementation of the L2TP tunneling \\\
-       protocol (RFC2661). It does implement both LAC and LNS role \\\
-       in a L2TP networking architecture. The main goal of this protocol is \\\
-       to tunnel PPP frame trough an ip network.
   URL:=http://l2tpd.sourceforge.net/
+  SUBMENU:=VPN
+endef
+
+define Package/l2tpd/description
+       l2tpd is the open source implementation of the L2TP tunneling 
+       protocol (RFC2661). It does implement both LAC and LNS role 
+       in a L2TP networking architecture. The main goal of this protocol is 
+       to tunnel PPP frame trough an ip network.
 endef
 
 define Package/l2tpd/conffiles