Ticket #17970: Portfile

File Portfile, 1.0 KB (added by krunk7@…, 15 years ago)

Portfile-enhanced (added support for several other libraries)

Line 
1# -*- 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
2# $Id: Portfile 44414 2008-12-28 05:42:53Z mcalhoun@macports.org $
3
4PortSystem              1.0
5PortGroup               python25 1.0
6
7name                    py25-PyWavelets
8version                 0.1.6
9categories              python
10platforms               darwin
11maintainers             jameskyle@ucla.edu
12description             PyWavelets is a Python wavelet transforms module
13long_description        ${description}.
14
15homepage                http://pypi.python.org/pypi/PyWavelets/
16master_sites            http://pypi.python.org/packages/source/P/PyWavelets/
17distfiles               PyWavelets-${version}.tar.gz
18worksrcdir              PyWavelets-${version}
19build.env               CFLAGS='-I${prefix}/include -L${prefix}/lib'
20
21checksums           md5     d28ddb2c65f3c429f0d6bc72548584ab \
22                    sha1    c12948178b5f4294408bb29424aa47fcd5d4fec9 \
23                    rmd160  85cb2b0b6db8bf6b797ad36cb1341c673c442f18
24