Magellan Linux

Annotation of /branches/magellan-next/core/libogg/libogg-1.2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8159 - (hide annotations) (download)
Tue Jul 12 21:28:13 2011 UTC (12 years, 11 months ago) by niro
File size: 601 byte(s)
auto added: ver bump to 1.2.2-r1
1 niro 8159 # $Id: libogg-1.1.4-r1.smage2 3498 2009-10-22 21:42:18Z niro $
2    
3     PNAME="libogg"
4     PVER="1.2.2"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Ogg Vorbis is a fully open compressed audio format for mid to high quality audio."
11     HOMEPAGE="http://xiph.org/ogg/vorbis/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild multilib
19    
20     SRC_URI=(
21     http://downloads.xiph.org/releases/ogg/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | lasttarball gz"