opennhrp: Fix compile on 2.6.36
[openwrt/svn-archive/archive.git] / net / dircproxy / Makefile
1 #
2 # Copyright (C) 2006,2007 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:=dircproxy
11 PKG_VERSION:=1.2.0-RC1
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=http://dircproxy.googlecode.com/files/
16 PKG_MD5SUM:=4fe2e82619c7b575599bfb236adbd872
17
18 PKG_INSTALL:=1
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/dircproxy
23 SUBMENU:=Instant Messaging
24 SECTION:=net
25 CATEGORY:=Network
26 TITLE:=An IRC proxy server
27 URL:=http://dircproxy.googlecode.com/
28 endef
29
30 # uses Build/Configure/Default
31
32 define Package/dircproxy/install
33 $(INSTALL_DIR) $(1)/usr/bin
34 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dircproxy{,-crypt} $(1)/usr/bin/
35 endef
36
37 $(eval $(call BuildPackage,dircproxy))