DirectFB: change package name as upper-case characters in package names result in problems with opkg

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21418 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-05-10 17:54:02 +00:00
parent a4a9ca982e
commit 28d55f11f9

View File

@ -20,7 +20,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/DirectFB define Package/directfb
TITLE:=DirectFB TITLE:=DirectFB
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
@ -28,7 +28,7 @@ define Package/DirectFB
DEPENDS:=+libpng +libjpeg +libpthread +libfreetype DEPENDS:=+libpng +libjpeg +libpthread +libfreetype
endef endef
define Package/DirectFB/description define Package/directfb/description
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers, not only on top of the Linux Framebuffer Device. It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware. DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers, not only on top of the Linux Framebuffer Device. It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware.
endef endef
@ -74,7 +74,7 @@ define Build/InstallDev
$(1)/usr/lib/ $(1)/usr/lib/
endef endef
define Package/DirectFB/install define Package/directfb/install
$(INSTALL_DIR) \ $(INSTALL_DIR) \
$(1)/usr/bin \ $(1)/usr/bin \
$(1)/usr/lib \ $(1)/usr/lib \
@ -111,4 +111,4 @@ define Package/DirectFB/install
endef endef
$(eval $(call Feature,DirectFB)) $(eval $(call Feature,DirectFB))
$(eval $(call BuildPackage,DirectFB)) $(eval $(call BuildPackage,directfb))