Magellan Linux

Contents of /branches/R11-unstable/extras/libogg/libogg-1.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21446 - (show annotations) (download)
Mon Jun 23 12:27:16 2014 UTC (9 years, 10 months ago) by niro
Original Path: trunk/extras/libogg/libogg-1.3.2-r1.smage2
File size: 522 byte(s)
auto added: ver bump to 1.3.2-r1
1 # $Id$
2
3 PNAME="libogg"
4 PVER="1.3.2"
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 mbuild multilib
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"