libfreefare: bumped version for 0.2.3 to 0.4.0
[packages.git] / net / remserial / Makefile
1 #
2 # Copyright (C) 2014 nunojpg@gmail.com
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=remserial
10 PKG_VERSION:=1.4
11 PKG_RELEASE:=1
12
13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14 PKG_SOURCE_URL:=http://lpccomp.bc.ca/remserial/
15 PKG_MD5SUM:=b19b57fd118329c5ea3aaf9887f946a6
16
17 PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
18
19 include $(INCLUDE_DIR)/package.mk
20
21 define Package/remserial
22   SECTION:=net
23   CATEGORY:=Network
24   TITLE:=Bridge TCP/IP port with a device
25   URL:=http://lpccomp.bc.ca/remserial/
26 endef
27
28 define Package/remserial/install
29         $(INSTALL_DIR) $(1)/usr/bin
30         $(INSTALL_BIN) $(PKG_BUILD_DIR)/remserial $(1)/usr/bin/
31 endef
32
33 $(eval $(call BuildPackage,remserial))