Ticket #18709: Portfile.3

File Portfile.3, 1.1 KB (added by juno@…, 15 years ago)

updated permission value in destroot phase

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: $
3
4PortSystem          1.0
5
6name                cclive
7version             0.2.3
8revision            1
9categories          net www
10maintainers         openmaintainer snc
11description         A command line video extraction utility.
12long_description    cclive is a command line video extraction utility similar \
13                    to clive but with lower requirements
14homepage            http://code.google.com/p/cclive/
15
16platforms           darwin
17
18master_sites        googlecode
19use_bzip2           yes
20
21checksums           md5 340a3270080efdac4f6e67d1c1503247 \
22                    sha1 932edfd9eb6855bea554b7a53cc0603d47ffb719 \
23                    rmd160 bdce60196eced382122c759d1858f58bca61da2e
24
25use_configure       no
26
27#build {
28#    system "cd ${worksrcpath} && make"
29#}
30
31destroot {
32    xinstall -m 0755 ${worksrcpath}/cclive ${destroot}${prefix}/bin
33    xinstall -m 0444 ${worksrcpath}/cclive.1 ${destroot}${prefix}/share/man/man1
34}