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