[oe-commits] org.oe.dev portaudio: Add a working .bb of the V19 API

coredump2 commit openembedded-commits at lists.openembedded.org
Fri Jan 4 15:49:51 UTC 2008


portaudio: Add a working .bb of the V19 API

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: e64450222f1045f1ef7f1fe634c5f1016c302c0c
ViewMTN: http://monotone.openembedded.org/revision/info/e64450222f1045f1ef7f1fe634c5f1016c302c0c
Files:
1
packages/portaudio/portaudio-v19_20071207.bb
Diffs:

#
# mt diff -r5dd5189350edcf858d3515d9f2de3fc66e980106 -re64450222f1045f1ef7f1fe634c5f1016c302c0c
#
# 
# 
# add_file "packages/portaudio/portaudio-v19_20071207.bb"
#  content [ca03af6ddd74b10b2908db9ff329c38c657cfe18]
# 
============================================================
--- packages/portaudio/portaudio-v19_20071207.bb	ca03af6ddd74b10b2908db9ff329c38c657cfe18
+++ packages/portaudio/portaudio-v19_20071207.bb	ca03af6ddd74b10b2908db9ff329c38c657cfe18
@@ -0,0 +1,27 @@
+#! /bin/sh
+#
+# Copyright Matthias Hentges <devel at hentges.net> (c) 2008
+# License: MIT (see http://www.opensource.org/licenses/mit-license.php 
+#               for a copy of the license)
+#
+# Filename: portaudio-v19_20071207.bb
+# Date: 20080104 (YMD)
+
+DESCRIPTION = "portaudio is a portable cross-platform Audio API"
+SECTION = "base"
+LICENSE = "GPL"
+
+PR = "r0"
+
+######################################################################################
+
+SRC_URI = "http://www.portaudio.com/archives/pa_stable_v19_${PV}.tar.gz"
+
+S = "${WORKDIR}/portaudio"
+
+inherit autotools
+
+do_stage() {
+        install -m 0644 ${S}/include/portaudio.h ${STAGING_INCDIR}/
+        oe_libinstall -C lib -so libportaudio ${STAGING_LIBDIR}/
+}






More information about the Openembedded-commits mailing list