[packages] ucarp: fix url, add license, cleanup Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19787 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0678e6f9a1
commit
fff1e5dc0a
@ -1,16 +1,19 @@
|
|||||||
|
#
|
||||||
|
# Copyright (C) 2010 OpenWrt.org
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ucarp
|
PKG_NAME:=ucarp
|
||||||
PKG_VERSION:=1.5.1
|
PKG_VERSION:=1.5.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MD5SUM:=9219ea8214198e8af751353a132087bb
|
|
||||||
PKG_SOURCE_URL:=http://download.pureftpd.org/pub/ucarp
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_CAT:=bzcat
|
PKG_SOURCE_URL:=http://download.pureftpd.org/pub/ucarp
|
||||||
|
PKG_MD5SUM:=9219ea8214198e8af751353a132087bb
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -18,7 +21,7 @@ define Package/ucarp
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Lets several hosts share one IP
|
TITLE:=Lets several hosts share one IP
|
||||||
URL:=http://carp.org
|
URL:=http://www.ucarp.org/project/ucarp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ucarp/description
|
define Package/ucarp/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user