[packages] glib2: fix autoreconf
[openwrt/svn-archive/archive.git] / net / yaddns / Makefile
1 #
2 # Copyright (C) 2006-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=yaddns
11 PKG_VERSION:=0.1.2
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/yaddns
16 PKG_MD5SUM:=b76aad36ca3341814d5f0c17d6420e8a
17
18 PKG_INSTALL:=1
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/yaddns
23 SECTION:=net
24 CATEGORY:=Network
25 TITLE:=Yet Another DDNS client
26 URL:=http://patatrac.info/yaddns
27 endef
28
29 define Package/yaddns/description
30 Yaddns is a small ddns client with multiple ddns server supports (dyndns, ...)
31 and a high flexibility. Yaddns is particularly appropriate for embedded systems.
32 endef
33
34 define Package/yaddns/install
35 $(INSTALL_DIR) $(1)/usr/bin
36 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/yaddns $(1)/usr/bin/
37 endef
38
39 $(eval $(call BuildPackage,yaddns))