From: florian Date: Tue, 7 Aug 2012 16:09:13 +0000 (+0000) Subject: [package] lcdproc: update to 0.5.4 (#9053) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=96ce4c149a8985a6997619e06f21e32db7fccf56;p=packages.git [package] lcdproc: update to 0.5.4 (#9053) git-svn-id: svn://svn.openwrt.org/openwrt/packages@33043 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/lcdproc/Makefile b/utils/lcdproc/Makefile index 19c6b01cf..b69ba5139 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