[oe-commits] org.oe.dev add fbgrab-viewer-native

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Jun 18 05:25:01 UTC 2007


add fbgrab-viewer-native

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 2092115eb489a06c606bd286484b3530f3b8ed7e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2092115eb489a06c606bd286484b3530f3b8ed7e
Files:
1
packages/fbgrab/fbgrab-viewer-native_1.0.bb
Diffs:

#
# mt diff -re9a3cba706e164d36ab266343aa395d3bc2337d8 -r2092115eb489a06c606bd286484b3530f3b8ed7e
#
# 
# 
# add_file "packages/fbgrab/fbgrab-viewer-native_1.0.bb"
#  content [41865507448f3931099b63aa00c62422c47e7005]
# 
============================================================
--- packages/fbgrab/fbgrab-viewer-native_1.0.bb	41865507448f3931099b63aa00c62422c47e7005
+++ packages/fbgrab/fbgrab-viewer-native_1.0.bb	41865507448f3931099b63aa00c62422c47e7005
@@ -0,0 +1,31 @@
+DESCRIPTION = "Viewer for a network enabled fbgrab"
+HOMEPAGE = "http://svn.openezx.org/trunk/src/userspace/fbgrab/"
+LICENSE = "GPL"
+SECTION = "console/network"
+DEPENDS = "libpng-native"
+PV = "0.0+svn${SRCDATE}"
+PR = "r30"
+
+SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=fbgrab;proto=http"
+S = "${WORKDIR}/fbgrab"
+
+inherit native
+
+do_compile() {
+	${CC} ${CFLAGS} ${LDFLAGS} -g -Wall -lpng -lX11 -o fbgrab-viewer fbgrab-viewer.c
+}
+
+do_deploy() {
+	install -d ${DEPLOY_DIR_IMAGE}
+	install -m 0755 fbgrab-viewer ${DEPLOY_DIR_IMAGE}/fbgrab-viewer
+}
+
+do_stage() {
+    :
+}
+
+do_install() {
+    :
+}
+
+addtask deploy before do_install after do_compile






More information about the Openembedded-commits mailing list