Magellan Linux

Contents of /branches/magellan-next/extras/vorbis-tools/vorbis-tools-1.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9021 - (show annotations) (download)
Fri Sep 30 16:14:38 2011 UTC (12 years, 7 months ago) by niro
File size: 827 byte(s)
imported
1 # $Header: /magellan-cvs/smage/vorbis-tools/vorbis-tools-1.2.0-r2.smage2,v 1.1 2008/05/06 10:34:26 niro Exp $
2
3 PNAME="vorbis-tools"
4 PVER="1.2.0"
5 PBUILD="r2"
6
7 PCATEGORIE="media-sound"
8 STATE="unstable"
9
10 DESCRIPTION="Tools to utilize vorbis."
11 HOMEPAGE="http://www.vorbis.com/"
12
13 DEPEND=">= media-libs/libvorbis-1.2
14 >= media-libs/libao-0.8.8
15 >= net-misc/curl-7
16 >= media-libs/flac-1.2"
17
18 SDEPEND=">= sys-dev/gettext-0.17"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild multilib
24
25 SRC_URI=(
26 http://downloads.xiph.org/releases/vorbis/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_install()
31 {
32 cd ${SRCDIR}
33 mmake DESTDIR=${BINDIR} install || die
34
35 # fix doc directory location
36 rm -rf ${BINDIR}/usr/share/doc || die
37 minstalldocs AUTHORS COPYING README ogg123/ogg123rc-example || die
38 }
39

Properties

Name Value
svn:keywords Id