Magellan Linux

Annotation of /trunk/extras/libofa/libofa-0.9.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 891 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/libofa/libofa-0.9.3-r3.smage2,v 1.1 2008/04/03 17:57:05 niro Exp $
2    
3     PNAME="libofa"
4     PVER="0.9.3"
5     PBUILD="r3"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="LibOFA (Library Open Fingerprint Architecture) is an open-source audio fingerprint created and provided by MusicIP."
11     HOMEPAGE="http://code.google.com/p/musicip-libofa/"
12    
13     DEPEND=">= dev-libs/expat-2
14     >= sci-libs/fftw3-3.1
15     >= net-misc/curl-7"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.23"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     http://musicip-libofa.googlecode.com/files/${SRCFILE}
26     http://www.musicip.com/dns/files/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     mirror://${PNAME}/${PNAME}-${PVER}-gcc4.patch
29     )
30    
31     src_prepare()
32     {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35    
36     # fixes compilation with gcc4
37     mpatch ${PNAME}-${PVER}-gcc4.patch || die
38     }

Properties

Name Value
svn:keywords Id