mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 lines
1.1 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
|
|
|
|
name mp3wrap
|
|
version 0.5
|
|
categories audio
|
|
license LGPL
|
|
maintainers nomaintainer
|
|
description Utility for mp3 wrapping
|
|
long_description Mp3Wrap is a free command-line utility, which wraps two or more mp3 \
|
|
files in one large playable file, without losing filename and ID3 \
|
|
informations. It's useful to make large files easy to download on \
|
|
internet and then easy to split again in few seconds.
|
|
|
|
platforms darwin
|
|
|
|
homepage http://mp3wrap.sourceforge.net/
|
|
master_sites sourceforge:project/mp3wrap/mp3wrap/mp3wrap%20${version}/
|
|
distname ${name}-${version}-src
|
|
worksrcdir ${name}-${version}
|
|
|
|
checksums md5 096b46295cbe3ee2f02ca7792517dc36
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
livecheck.type regex
|
|
livecheck.regex /${name}-(\[0-9a-z.\]+)-src${extract.suffix}
|