You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.4 KiB
Tcl
40 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libofa
|
|
version 0.9.3
|
|
revision 1
|
|
categories audio
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
description Open Fingerprint Architecture
|
|
long_description LibOFA (Library Open Fingerprint Architecture) is \
|
|
an open-source audio fingerprint created and \
|
|
provided by MusicIP (http://www.musicip.com).
|
|
homepage https://code.google.com/p/musicip-libofa/
|
|
|
|
depends_lib port:curl \
|
|
port:expat \
|
|
port:fftw-3
|
|
|
|
master_sites googlecode:musicip-libofa
|
|
checksums md5 51507d2c4b432bd2755f48d58471696e \
|
|
rmd160 77f393570bb5356026c4b9c7195236bd96cb9143 \
|
|
sha256 0216466153e92058c5202dea03390ddc7601d916b983f71ce4f4d034405590a0 \
|
|
size 384043
|
|
|
|
post-extract {
|
|
move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
|
|
}
|
|
|
|
patchfiles patch-configure.ac.diff \
|
|
patch-examples-protocol.cpp.diff \
|
|
implicit.patch \
|
|
mathutils.patch
|
|
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|
|
autoreconf.env LIBTOOLIZE=${prefix}/bin/glibtoolize
|