1 | # $$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name gauche-c-wrapper |
---|
5 | version 0.2.0 |
---|
6 | categories lang scheme |
---|
7 | maintainers yuhei@pop21.odn.ne.jp |
---|
8 | description c-wrapper is a FFI (Foreign Function Interface) for Gauche. |
---|
9 | long_description c-wrapper is a FFI (Foreign Function Interface) for Gauche. |
---|
10 | homepage http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html |
---|
11 | master_sites http://homepage.mac.com/naoki.koguro/prog/c-wrapper/ |
---|
12 | distname c-wrapper-$version |
---|
13 | extract.suffix .tgz |
---|
14 | checksums md5 547aee7ecfad16193c8c310790fe8b4d |
---|
15 | depends_build bin:gosh:gauche |
---|
16 | |
---|
17 | patchfiles src_Makefile.in.diff lib_Makefile.in.diff |
---|
18 | |
---|
19 | post-destroot { |
---|
20 | file mkdir ${destroot}${prefix}/share/doc/gauche-c-wrapper |
---|
21 | cd ${destroot}${prefix}/share/doc/gauche-c-wrapper |
---|
22 | file copy ${workpath}/${worksrcdir}/doc/API.ja_JP.UTF-8 . |
---|
23 | file copy ${workpath}/${worksrcdir}/doc/API.txt . |
---|
24 | file copy ${workpath}/${worksrcdir}/examples . |
---|
25 | } |
---|
26 | |
---|