postgresql: moved to github
[packages.git] / libs / serdisplib / Makefile
index bcd693a..af08760 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006-2009 OpenWrt.org
+#
+# Copyright (C) 2006-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=serdisplib
-PKG_VERSION:=1.97.8
+PKG_VERSION:=1.97.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/serdisplib
-PKG_MD5SUM:=2aa91c43d01d2dfc9fbc1116e3063ae1
+PKG_MD5SUM:=130552ec60d01e974712a60274f34de7
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -21,12 +21,12 @@ define Package/serdisplib
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=A display control library
-  DEPENDS:=@!LINUX_2_4
   URL:=http://serdisplib.sourceforge.net/
+  DEPENDS:=+libusb-compat
 endef
 
 define Package/serdisplib/description
-       serdisplib is a library to drive serial and parallel displays 
+       serdisplib is a library to drive serial and parallel displays
        with built-in controllers.
 endef