From f10aecd134cf82a20540fd31fc742add167e6167 Mon Sep 17 00:00:00 2001 From: Daniel Laird Date: Wed, 27 Aug 2008 11:01:16 +0000 Subject: fbdump: Add new package fbdump. fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported. --- package/fbdump/Config.in | 7 +++++++ package/fbdump/fbdump.mk | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 package/fbdump/Config.in create mode 100644 package/fbdump/fbdump.mk (limited to 'package/fbdump') diff --git a/package/fbdump/Config.in b/package/fbdump/Config.in new file mode 100644 index 000000000..2f3a2766e --- /dev/null +++ b/package/fbdump/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_FBDUMP + bool "fbdump (Framebuffer Capture Tool)" + help + fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer + device and write them out as a PPM file. Currently, most packed-pixel framebuffer + formats and the vga16 framebuffer are supported. + diff --git a/package/fbdump/fbdump.mk b/package/fbdump/fbdump.mk new file mode 100644 index 000000000..5ebfd7e12 --- /dev/null +++ b/package/fbdump/fbdump.mk @@ -0,0 +1,16 @@ +############################################################# +# +# fbdump +# +############################################################# +FBDUMP_VERSION:=0.4.2 +FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz +FBDUMP_SITE:=http://www.rcdrummond.net/fbdump +FBDUMP_AUTORECONF = NO +FBDUMP_CONF_ENV = ac_cv_func_malloc_0_nonnull=yes +FBDUMP_INSTALL_STAGING = YES +FBDUMP_INSTALL_TARGET = YES +FBDUMP_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip + +$(eval $(call AUTOTARGETS,package,fbdump)) + -- cgit v1.2.3