Ticket #14259: py25-logilab-common.Portfile

File py25-logilab-common.Portfile, 978 bytes (added by ebgssth@…, 16 years ago)

py25-logilab-common

Line 
1# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $
2
3PortSystem                      1.0
4PortGroup                       python25 1.0
5name                            py25-logilab-common
6version                         0.28.0
7maintainers                     trashmail.net:macports_dharland
8description                     A number of modules used by various projects from Logilab
9long_description        ${description}
10
11platforms                       darwin
12
13homepage                        http://www.logilab.org/projects/common
14master_sites            ftp://ftp.logilab.fr/pub/common/
15distname                        logilab-common-${version}
16
17checksums                       md5 83f4f83607175237fcb580120979458d \
18                                        sha1 e197cc1929dbf20f20693180555233c71dfa308a
19
20post-destroot {
21        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
22        xinstall -m 644 -W ${worksrcpath} ChangeLog README \
23                ${destroot}${prefix}/share/doc/${name}
24}
25
26# Shared-file warning; the following file is installed by this module as
27# well as (at least) py-lint, but it is the basic, auto-generated, empty-
28# other-than-the-docstring file:
29#    ${prefix}/lib/python2.3/site-packages/logilab/__init__.py
30