From: Florian Fainelli Date: Tue, 7 Aug 2012 16:09:13 +0000 (+0000) Subject: [package] lcdproc: update to 0.5.4 (#9053) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e84417862fbc449ca4636221ed86b3687389837d [package] lcdproc: update to 0.5.4 (#9053) SVN-Revision: 33043 --- diff --git a/utils/lcdproc/Makefile b/utils/lcdproc/Makefile index 19c6b01cf1..b69ba5139c 100644 --- a/utils/lcdproc/Makefile +++ b/utils/lcdproc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,22 +7,22 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcdproc -PKG_VERSION:=0.5.2 +PKG_VERSION:=0.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/lcdproc -PKG_MD5SUM:=860f192d061d87dda6512b11b79daac2 +PKG_MD5SUM:=4d075c3928e84a90bfccf07313b13721 include $(INCLUDE_DIR)/package.mk define Package/lcdproc - SECTION:=utils - CATEGORY:=Utilities - DEPENDS:=+libusb +libncurses +libftdi - TITLE:=LCD Display daemon and client - URL:=http://sourceforge.net/projects/lcdproc/ + SECTION:=utils + CATEGORY:=Utilities + DEPENDS:=+libusb +libncurses +libftdi + TITLE:=LCD Display daemon and client + URL:=http://sourceforge.net/projects/lcdproc/ endef define Package/lcdproc/description