Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/libogg/libogg-1.3.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14658 - (show annotations) (download)
Tue Aug 4 11:41:11 2020 UTC (3 years, 8 months ago) by niro
File size: 531 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="libogg"
4 PVER="1.3.4"
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 mbuild 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/} | highesttarball gz"