massive Makefile cleanup, add missing 'svn:keywords' property

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2006-10-30 13:51:50 +00:00
parent d6c03f5259
commit 5cb332fb35
139 changed files with 1341 additions and 1322 deletions

View File

@ -11,10 +11,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=frickin
PKG_VERSION:=1.3
PKG_RELEASE:=1
PKG_MD5SUM:= 5b2e98da2310c71c703d4617b88a173f
PKG_SOURCE_URL:=@SF/frickin
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/frickin
PKG_MD5SUM:= 5b2e98da2310c71c703d4617b88a173f
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@ -26,9 +26,10 @@ define Package/frickin
SECTION:=net
CATEGORY:=Network
TITLE:=PPTP (Point-to-Point Tunneling Protocol) proxy
DESCRIPTION:=Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP)\\\
client to connect to a PPTP server through Network Address\\\
Translation (NAT).\\\
DESCRIPTION:=\
Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP) \\\
client to connect to a PPTP server through Network Address \\\
Translation (NAT).
URL:=http://frickin.sourceforge.net
endef