From 69cfc6ab729bc79aaf8376a93c654493a10d725b Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Mon, 2 Mar 2009 20:53:06 +0000 Subject: [PATCH] [DIRECTFB] Placeholder Ignore for now --- package/directfb/Makefile | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 package/directfb/Makefile diff --git a/package/directfb/Makefile b/package/directfb/Makefile new file mode 100644 index 0000000000..106792a47c --- /dev/null +++ b/package/directfb/Makefile @@ -0,0 +1,49 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# $Id$ + +include $(TOPDIR)/rules.mk + +PKG_NAME:=DirectFB +PKG_VERSION:=1.3.0 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://www.directfb.org/downloads/Core/ +PKG_MD5SUM:=000a047651f06b0e4a8747697cd1ad4d + +include $(INCLUDE_DIR)/package.mk + +define Package/DirectFB + SECTION:=multimedia + CATEGORY:=Base system + TITLE:=A Direct Rendering application layer + URL:=http://www.directfb.org +endef + +define Package/dnsmasq/description + Access to the framebuffer device without Xorg. +endef + +define Build/Compile + $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ + CFLAGS="$(TARGET_CFLAGS) \ + BINDIR="/usr/bin" MANDIR="/usr/man" \ + all +endef + +define Package/DirectFB/install +# $(INSTALL_DIR) $(1)/usr/sbin +# $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dnsmasq $(1)/usr/sbin/ +# $(INSTALL_DIR) $(1)/etc/config +# $(INSTALL_DATA) ./files/dhcp.conf $(1)/etc/config/dhcp +# $(INSTALL_DIR) $(1)/etc/init.d +# $(INSTALL_BIN) ./files/dnsmasq.init $(1)/etc/init.d/dnsmasq +endef + +$(eval $(call BuildPackage,DirectFB)) -- 2.11.4.GIT