mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.2 KiB
Tcl
41 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup legacysupport 1.1
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup panzi mediaextract 1.2.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description \
|
|
Extracts media files (AVI, Ogg, Wave, PNG, ...) that are embedded within \
|
|
other files.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 cce11f1de4e64575387fb34219ecab5cd942d9eb \
|
|
sha256 01672879cbffb62a5592c40b09f24496aacf39141c4addf1802cc1723119f59d \
|
|
size 40142
|
|
|
|
depends_build-append \
|
|
port:help2man
|
|
|
|
build.pre_args builddir all
|
|
build.post_args-append \
|
|
BUILD_TYPE=release
|
|
|
|
use_parallel_build no
|
|
|
|
destroot.pre_args-append \
|
|
PREFIX=${destroot}${prefix}
|
|
destroot.post_args-append \
|
|
BUILD_TYPE=release
|