[oe-commits] org.oe.dev fmtools: Add fmtools package, courtesy of Jin^eLD

jin commit openembedded-commits at lists.openembedded.org
Sun Dec 23 21:37:26 UTC 2007


fmtools: Add fmtools package, courtesy of Jin^eLD

Author: jin at mediatomb.cc
Branch: org.openembedded.dev
Revision: 9ffdda8ecbc743d98577c1b644c269dee54109e0
ViewMTN: http://monotone.openembedded.org/revision/info/9ffdda8ecbc743d98577c1b644c269dee54109e0
Files:
1
packages/fmtools
packages/fmtools/files
packages/fmtools/files/makefile.patch
packages/fmtools/fmtools_1.0.2.bb
Diffs:

#
# mt diff -r7c0754d01145df6906c2cfc824da2da420a2fe22 -r9ffdda8ecbc743d98577c1b644c269dee54109e0
#
# 
# 
# add_dir "packages/fmtools"
# 
# add_dir "packages/fmtools/files"
# 
# add_file "packages/fmtools/files/makefile.patch"
#  content [9867b4fde17b60384925b1bd502bdde2cc250d30]
# 
# add_file "packages/fmtools/fmtools_1.0.2.bb"
#  content [4543389e888358f731bc6de60f770a46474047d5]
# 
============================================================
--- packages/fmtools/files/makefile.patch	9867b4fde17b60384925b1bd502bdde2cc250d30
+++ packages/fmtools/files/makefile.patch	9867b4fde17b60384925b1bd502bdde2cc250d30
@@ -0,0 +1,11 @@
+--- fmtools-1.0.2/Makefile	2002-08-17 06:05:09.000000000 +0200
++++ fmtools-1.0.2p/Makefile	2007-12-22 21:45:28.000000000 +0100
+@@ -1,8 +1,5 @@
+ # fmtools Makefile - just the basics for now
+ 
+-CC	= gcc
+-CFLAGS	= -Wall -O2
+-
+ INSTALL	= /usr/bin/install
+ 
+ # Since fmtools doesn't use configure, these paths are provided here
============================================================
--- packages/fmtools/fmtools_1.0.2.bb	4543389e888358f731bc6de60f770a46474047d5
+++ packages/fmtools/fmtools_1.0.2.bb	4543389e888358f731bc6de60f770a46474047d5
@@ -0,0 +1,15 @@
+DESCRIPTION = "fmtools - programs for Video for Linux radio cards"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://www.stanford.edu/~blp/fmtools/fmtools-1.0.2.tar.gz \
+           file://makefile.patch;patch=1"
+
+inherit autotools
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m 0755 ${S}/fm ${D}${bindir}/fm
+    install -m 0755 ${S}/fmscan ${D}${bindir}/fmscan
+}
+






More information about the Openembedded-commits mailing list