Magellan Linux

Contents of /branches/magellan-next/core/libogg/libogg-1.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6587 - (show annotations) (download)
Mon Sep 6 17:39:22 2010 UTC (13 years, 8 months ago) by niro
File size: 601 byte(s)
auto added: ver bump to 1.2.0-r1
1 # $Id: libogg-1.1.4-r1.smage2 3498 2009-10-22 21:42:18Z niro $
2
3 PNAME="libogg"
4 PVER="1.2.0"
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"