summaryrefslogtreecommitdiff
path: root/packages/intercom/intercom_0.15.bb
blob: 0f8d530718431676bef6b20b011efb0faf20b7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"

SRC_URI="http://mirror.optusnet.com.au/sourceforge/i/in/intercom/intercom-${PV}.tar.gz"
LICENSE="GPL"
PR = "r1"

inherit autotools
EXTRA_OECONF="--disable-crypto --with-cpu=${TARGET_ARCH}"