Magellan Linux

Annotation of /trunk/extras/speexdsp/speexdsp-1.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33223 - (hide annotations) (download)
Sat Oct 19 13:37:32 2019 UTC (4 years, 7 months ago) by niro
File size: 719 byte(s)
-removed obsolete patch
1 niro 33222 # $Id$
2    
3     PNAME="speexdsp"
4     PVER="1.2.0"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="A voice compression format (DSP) for Speex."
10     HOMEPAGE="http://www.speex.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER/_/}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
16    
17     sminclude mtools multilib mbuild
18    
19     SRC_URI=(
20     http://downloads.xiph.org/releases/speex/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd http://downloads.xiph.org/releases/speex | grep '${PNAME}-[0-9]' | highesttarball gz | sed 's:rc:_&:'"
25    
26     src_install()
27     {
28     mmake DESTDIR=${BINDIR} install || die
29    
30     # fix wrong doc location
31     mdelete -r /usr/share/doc || die
32     minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO doc/manual.pdf || die
33     }