Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25550 - (hide annotations) (download)
Tue Nov 25 03:55:06 2014 UTC (9 years, 5 months ago) by niro
File size: 522 byte(s)
-release branches/R11-unstable
1 niro 21446 # $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"