1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name cfourcc |
---|
5 | version 0.1.2 |
---|
6 | categories multimedia |
---|
7 | maintainers avc-cvut.cz:petr.vacek |
---|
8 | description change fourcc in avi utility |
---|
9 | long_description Command-line utility for changin FOURCC codes in AVI files |
---|
10 | homepage http://sarovar.org/projects/gfourcc/ |
---|
11 | platforms darwin |
---|
12 | master_sites http://sarovar.org/frs/download.php/551/ |
---|
13 | checksums md5 50e68cd5e0ea96574cab7e36595b9ad9 \ |
---|
14 | sha1 3af3a67986342ea29dc65c2106aff89e2cea58aa |
---|
15 | distfiles cfroucc-0.1.2.tar.gz |
---|
16 | extract.suffix .tar.gz |
---|
17 | worksrcdir cfourcc |
---|
18 | configure {} |
---|
19 | destroot { |
---|
20 | xinstall -m 755 -d ${destroot}{$prefix}/bin |
---|
21 | xinstall -m 755 ${worksrcpath}/cfourcc ${destroot}$prefix/bin |
---|
22 | } |
---|