diff options
Diffstat (limited to 'recipes/intercom')
-rw-r--r-- | recipes/intercom/intercom_0.15.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/intercom/intercom_0.15.bb b/recipes/intercom/intercom_0.15.bb new file mode 100644 index 0000000000..28764c6411 --- /dev/null +++ b/recipes/intercom/intercom_0.15.bb @@ -0,0 +1,15 @@ +# intercom OE build file +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION="A flexible audio communication utility" +SECTION = "console/telephony" +LICENSE="GPL" + +PR = "r1" + +SRC_URI="ftp://ftp.cm.nu/pub/people/shane/intercom/intercom-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF="--disable-crypto --with-cpu=${TARGET_ARCH}" |