Magellan Linux

Annotation of /trunk/todo/vorbis-tools/vorbis-tools-1.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 11 months ago) by niro
Original Path: trunk/extras/vorbis-tools/vorbis-tools-1.2.0-r2.smage2
File size: 827 byte(s)
import repo
1 niro 2 # $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