move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
This commit is contained in:
@@ -22,11 +22,13 @@ define Package/pptp
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=PPTP client
|
||||
DESCRIPTION:=\
|
||||
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
||||
URL:=http://pptpclient.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/pptp/daemon
|
||||
This package contains a PPTP (Point-to-Point Tunneling Protocol) client.
|
||||
endef
|
||||
|
||||
define Package/pptp/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
||||
|
||||
Reference in New Issue
Block a user