| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name AtomicParsley |
|---|
| 5 | version 0.9.0 |
|---|
| 6 | categories multimedia |
|---|
| 7 | maintainers cedric.luthi@gmail.com |
|---|
| 8 | description MPEG-4 command line tool |
|---|
| 9 | long_description AtomicParsley is a lightweight command line program \ |
|---|
| 10 | for reading, parsing and setting metadata into MPEG-4 files. |
|---|
| 11 | |
|---|
| 12 | homepage http://atomicparsley.sourceforge.net |
|---|
| 13 | master_sites sourceforge:atomicparsley |
|---|
| 14 | distname ${name}-source-${version} |
|---|
| 15 | use_zip yes |
|---|
| 16 | checksums md5 681e6ecec2921c98e07a9262bdcd6cf2 \ |
|---|
| 17 | sha1 6a73aed6ba569e693fe94a313e7e9e9ce204d038 \ |
|---|
| 18 | rmd160 53026ab6b251614eb3a649fe611f86d68e06dc8e |
|---|
| 19 | |
|---|
| 20 | use_configure no |
|---|
| 21 | build.cmd ./build |
|---|
| 22 | |
|---|
| 23 | destroot { |
|---|
| 24 | xinstall -m 755 -d ${destroot}${prefix}/bin |
|---|
| 25 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin |
|---|
| 26 | } |
|---|