X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fsocat%2FMakefile;h=c818e2b14ba9002c72d70bc4111cd2a1bad58467;hp=1cf8f93ccbfb0a4bc0b9881175df21f79bf04210;hb=ac11de1c0af39b0830b59dddc014e12e4b040a1e;hpb=0540aed95ea16b83fa3a16f4d1e33476992c825b diff --git a/net/socat/Makefile b/net/socat/Makefile index 1cf8f93ccb..c818e2b14b 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=socat PKG_VERSION:=1.4.3.0 -PKG_RELEASE:=1 -PKG_MD5SUM:=ce574e75c2fda4456e8efd4efb86ec5e +PKG_RELEASE:=2 -PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download/ +PKG_MD5SUM:=ce574e75c2fda4456e8efd4efb86ec5e PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4 @@ -27,22 +27,30 @@ define Package/socat CATEGORY:=Network DEPENDS:=+libopenssl +libpthread TITLE:=A multipurpose relay (SOcket CAT) - DESCRIPTION:=SoCat (for SOcket CAT) establishes two bidirectional byte streams and\\\ + DESCRIPTION:=\ + SoCat (for SOcket CAT) establishes two bidirectional byte streams and \\\ transfers data between them.\\\ - Data channels may be files, pipes, devices (terminal or modem, etc.), or\\\ - sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking,\\\ - logging and tracing, different modes for interprocess communication and\\\ - many more options.\\\ + Data channels may be files, pipes, devices (terminal or modem, etc.), or \\\ + sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, \\\ + logging and tracing, different modes for interprocess communication and \\\ + many more options. URL:=http://www.dest-unreach.org/socat/ endef define Build/Configure -$(call Build/Configure/Default,--disable-libwrap \ - --disable-readline, sc_cv_termios_ispeed="no") + $(call Build/Configure/Default, \ + --disable-libwrap \ + --disable-readline \ + --disable-termios \ + , \ + sc_cv_termios_ispeed="no" \ + ) endef define Build/Compile -$(call Build/Compile/Default, DESTDIR="$(PKG_INSTALL_DIR)" all install) + $(MAKE) -C $(PKG_BUILD_DIR) \ + DESTDIR="$(PKG_INSTALL_DIR)" \ + all install endef define Package/socat/install