Magellan Linux

Contents of /trunk/extras/libogg/libogg-1.3.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33207 - (show annotations) (download)
Sat Oct 19 11:56:34 2019 UTC (4 years, 6 months ago) by niro
File size: 522 byte(s)
auto added: ver bump to 1.3.4-r1
1 # $Id$
2
3 PNAME="libogg"
4 PVER="1.3.4"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Ogg Vorbis is a fully open compressed audio format for mid to high quality audio."
10 HOMEPAGE="http://xiph.org/ogg/vorbis/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib mbuild
18
19 SRC_URI=(
20 http://downloads.xiph.org/releases/ogg/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | lasttarball gz"