From: Nuno Goncalves Date: Tue, 16 Sep 2014 00:59:45 +0000 (+0000) Subject: ntripclient: move to github X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=868f97b0f369c7ea8191eda2fb6603d6cb837a9b ntripclient: move to github Signed-off-by: Nuno Goncalves SVN-Revision: 42565 --- diff --git a/net/ntripclient/Makefile b/net/ntripclient/Makefile deleted file mode 100644 index 25ab46efde..0000000000 --- a/net/ntripclient/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# -# Copyright (C) 2011 segal.ubi.pt -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=ntripclient -PKG_VERSION:=1.5.0 -PKG_RELEASE:=2 - -PKG_SOURCE:=$(PKG_NAME).zip -PKG_SOURCE_URL:=http://igs.bkg.bund.de/root_ftp/NTRIP/software/ -PKG_MD5SUM:=4b357fa648d74e4e13c4b5a2a39f5624 - -PKG_MAINTAINER:=Nuno Goncalves - -include $(INCLUDE_DIR)/package.mk - -define Package/ntripclient - SECTION:=net - CATEGORY:=Network - SUBMENU:=NTRIP - TITLE:=Ntrip Version 2.0 Command Line Client - URL:=http://igs.bkg.bund.de/ntrip/download -endef - -define Package/ntripclient/description - Ntrip Version 2.0 Command Line Client, reading from Ntrip Version 1.0 or 2.0 Caster -endef - -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - unzip $(DL_DIR)/$(PKG_SOURCE) -d $(PKG_BUILD_DIR) -endef - -MAKE_FLAGS += \ - OPTS="$(TARGET_CFLAGS)" - -define Package/ntripclient/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ntripclient $(1)/usr/bin/ -endef - -$(eval $(call BuildPackage,ntripclient))