|
Revision 49608, 0.7 KB
(checked in by jeremyhu@…, 3 months ago)
|
|
libdts: Now a stub for libdca
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name libdts |
|---|
| 7 | version 0.0.2 |
|---|
| 8 | revision 1 |
|---|
| 9 | categories audio |
|---|
| 10 | platforms darwin |
|---|
| 11 | maintainers nomaintainer |
|---|
| 12 | description libdts has been replaced by libdca |
|---|
| 13 | long_description ${description} |
|---|
| 14 | homepage http://www.videolan.org/dtsdec.html |
|---|
| 15 | master_sites http://debian.unnet.nl/pub/videolan/libdts/${version} |
|---|
| 16 | |
|---|
| 17 | depends_lib port:libdca |
|---|
| 18 | |
|---|
| 19 | fetch { } |
|---|
| 20 | checksum { } |
|---|
| 21 | build { } |
|---|
| 22 | destroot { |
|---|
| 23 | xinstall -d ${destroot}${prefix}/share/doc/${name} |
|---|
| 24 | system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt" |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | use_configure no |
|---|
| 28 | universal_variant no |
|---|
| 29 | |
|---|
| 30 | livecheck.check none |
|---|