Hi,

this patch adds a package for yaddns:

http://sourceforge.net/projects/yaddns/

Yaddns is a small ddns client with multiple ddns server supports
(dyndns, ...) and a high flexibility. Yaddns is particularly
appropriate for embedded systems.


-Raphael
diff -pruN net.orig/yaddns/Makefile net/yaddns/Makefile
--- net.orig/yaddns/Makefile	1970-01-01 01:00:00.000000000 +0100
+++ net/yaddns/Makefile	2010-03-22 16:35:14.000000000 +0100
@@ -0,0 +1,40 @@
+#
+# Copyright (C) 2006-2010 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=yaddns
+PKG_VERSION:=0.1.1
+PKG_RELEASE:=1
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE_URL:=...@sf/yaddns
+PKG_MD5SUM:=2708d3e47a486b1872ef9c5537cd2f0d
+
+PKG_INSTALL:=1
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/yaddns
+  SECTION:=net
+  CATEGORY:=Network
+  DEPENDS:=
+  TITLE:=Yet Another DDNS client
+  URL:=http://patatrac.info/yaddns
+endef
+
+define Package/yaddns/description
+Yaddns is a small ddns client with multiple ddns server supports (dyndns, ...)
+and a high flexibility. Yaddns is particularly appropriate for embedded systems.
+endef
+
+define Package/yaddns/install
+	$(INSTALL_DIR) $(1)/usr/bin
+	$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/yaddns $(1)/usr/bin/
+endef
+
+$(eval $(call BuildPackage,yaddns))
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to