Ticket #33726: tup_0.6.diff
File tup_0.6.diff, 1.4 KB (added by anatol (Anatol Pomozov), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name tup 7 version 0. 57 version 0.6 8 8 categories devel 9 9 maintainers gmail.com:anatol.pomozov 10 10 platforms macosx … … 22 22 license GPL-2 23 23 master_sites https://github.com/gittup/tup/tarball/v${version} 24 24 25 checksums rmd160 d66711df6d2bc334dd74d7c7b0fb8f0342e6c1fa\26 sha256 3 594f7896956f89366e0cd8133d33dfcc00d3110cbb90eb5770b35385a5d0f7725 checksums rmd160 4cd05061ec58e828d967d4fbc27803e788c839ec \ 26 sha256 3b8b7084d484c13071a33c9bbd7f9911dee163faa7b981629f41b87232ccd11f 27 27 28 28 extract.mkdir yes 29 29 extract.post_args "| tar --strip-components=1 -xf -" 30 30 31 build.cmd ./bootstrap.sh31 build.cmd TUP_LABEL=${version} ./build.sh 32 32 33 33 depends_build port:pkgconfig 34 34 depends_lib path:lib/pkgconfig/fuse.pc:fuse4x \ 35 35 port:libiconv 36 36 37 post-patch {38 reinplace "s|`git describe`|\"${version}\"|g" ${worksrcpath}/Tupfile39 }40 41 37 use_configure no 42 38 43 39 destroot { 44 file copy ${worksrcpath}/ tup ${destroot}${prefix}/bin40 file copy ${worksrcpath}/build/tup ${destroot}${prefix}/bin 45 41 file copy ${worksrcpath}/tup.1 ${destroot}${prefix}/share/man/man1/ 46 42 } 47 43