Magellan Linux

Annotation of /smage/trunk/core/libogg/libogg-1.3.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6412 - (hide annotations) (download)
Wed Apr 1 11:44:50 2015 UTC (9 years, 1 month ago) by niro
File size: 532 byte(s)
-buildserver
1 niro 6412 # $Id$
2    
3     PNAME="libogg"
4     PVER="1.3.2"
5     PBUILD="r2"
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 alx-split
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"