[package] lcdproc: update to 0.5.4 (#9053)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33043 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-08-07 16:09:13 +00:00
parent 4417f7f147
commit 96ce4c149a

View File

@ -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