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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pari-seadata |
---|
7 | version 20090618 |
---|
8 | categories math |
---|
9 | platforms darwin |
---|
10 | license GPL-2+ |
---|
11 | maintainers gmail.com:watsonbladd openmaintainer |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | homepage http://pari.math.u-bordeaux.fr/packages.html |
---|
15 | master_sites http://pari.math.u-bordeaux.fr/pub/pari/packages/ |
---|
16 | |
---|
17 | dist_subdir ${name}/${version} |
---|
18 | distname seadata |
---|
19 | extract.suffix .tgz |
---|
20 | |
---|
21 | checksums md5 6e9c119ccb3c65916a48e1a8cd899558 \ |
---|
22 | rmd160 e88637426f74c5223068fc2d916741c10d8279e4 \ |
---|
23 | sha256 c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833 |
---|
24 | |
---|
25 | depends_run port:pari |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | build {} |
---|
30 | |
---|
31 | destroot { |
---|
32 | copy ${workpath}/data ${destroot}${prefix}/share/pari |
---|
33 | } |
---|
34 | |
---|
35 | livecheck.type none |
---|