Magellan Linux

Annotation of /branches/R11-unstable/extras/sbc/sbc-1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25778 - (hide annotations) (download)
Tue Nov 25 04:17:37 2014 UTC (9 years, 5 months ago) by niro
File size: 533 byte(s)
-release branches/R11-unstable
1 niro 23264 # $Id$
2    
3     PNAME="sbc"
4     PVER="1.3"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Bluetooth Subband Codec (SBC) library."
10     HOMEPAGE="http://www.bluez.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.xz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib
18    
19     SRC_URI=(
20     http://www.kernel.org/pub/linux/bluetooth/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd http://www.kernel.org/pub/linux/bluetooth/ | grep ${PNAME}- | lasttarball xz"
25    
26     src_compile()
27     {
28     mconfigure --disable-tester || die
29     mmake || die
30     }