Magellan Linux

Contents of /trunk/extras/wavpack/wavpack-5.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28947 - (show annotations) (download)
Mon May 15 11:09:06 2017 UTC (7 years ago) by niro
File size: 495 byte(s)
-added EMUL_LINUX_32=true
1 # $Id$
2
3 PNAME="wavpack"
4 PVER="5.1.0"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Audio compression format with lossless, lossy and hybrid compression modes."
10 HOMEPAGE="http://www.wavpack.com/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 EMUL_LINUX_32=true
18 sminclude mbuild multilib
19
20 SRC_URI=(
21 http://www.wavpack.com/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://www.wavpack.com/downloads.html | highesttarball"