[packages] iodine: Cleanup package Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23721 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
60ceec3612
commit
b5f41c4450
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=iodine
|
||||
PKG_VERSION:=0.6.0-rc1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://code.kryo.se/iodine/
|
||||
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/iodine/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+zlib +kmod-tun
|
||||
DEPENDS:= +kmod-tun
|
||||
TITLE:=IP over DNS tunneling
|
||||
URL:=http://code.kryo.se/iodine/
|
||||
endef
|
||||
@ -46,14 +46,6 @@ endef
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,\
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -c -DLINUX" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -lz" \
|
||||
all \
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/iodine/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/iodine $(1)/usr/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user