[DIRECTFB] Placeholder
[openwrt/mini2440.git] / package / directfb / Makefile
blob106792a47c3cfe6025cba7ecc195e24d4c4ec193
1 #
2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 # $Id$
9 include $(TOPDIR)/rules.mk
11 PKG_NAME:=DirectFB
12 PKG_VERSION:=1.3.0
13 PKG_RELEASE:=1
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 PKG_SOURCE_URL:=http://www.directfb.org/downloads/Core/
17 PKG_MD5SUM:=000a047651f06b0e4a8747697cd1ad4d
19 include $(INCLUDE_DIR)/package.mk
21 define Package/DirectFB
22 SECTION:=multimedia
23 CATEGORY:=Base system
24 TITLE:=A Direct Rendering application layer
25 URL:=http://www.directfb.org
26 endef
28 define Package/dnsmasq/description
29 Access to the framebuffer device without Xorg.
30 endef
32 define Build/Compile
33 $(MAKE) -C $(PKG_BUILD_DIR) \
34 $(TARGET_CONFIGURE_OPTS) \
35 CFLAGS="$(TARGET_CFLAGS) \
36 BINDIR="/usr/bin" MANDIR="/usr/man" \
37 all
38 endef
40 define Package/DirectFB/install
41 # $(INSTALL_DIR) $(1)/usr/sbin
42 # $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dnsmasq $(1)/usr/sbin/
43 # $(INSTALL_DIR) $(1)/etc/config
44 # $(INSTALL_DATA) ./files/dhcp.conf $(1)/etc/config/dhcp
45 # $(INSTALL_DIR) $(1)/etc/init.d
46 # $(INSTALL_BIN) ./files/dnsmasq.init $(1)/etc/init.d/dnsmasq
47 endef
49 $(eval $(call BuildPackage,DirectFB))