Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28945 - (show annotations) (download)
Mon May 15 11:06:32 2017 UTC (7 years ago) by niro
File size: 476 byte(s)
auto added: ver bump to 5.1.0-r1
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 sminclude mbuild multilib
18
19 SRC_URI=(
20 http://www.wavpack.com/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://www.wavpack.com/downloads.html | highesttarball"