diff options
Diffstat (limited to 'homebrew/mp3unicode')
-rw-r--r-- | homebrew/mp3unicode/.beer | 36 | ||||
-rw-r--r-- | homebrew/mp3unicode/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/mp3unicode/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/mp3unicode/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/mp3unicode/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/mp3unicode/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/mp3unicode/download.sh | 1 |
7 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/mp3unicode/.beer b/homebrew/mp3unicode/.beer new file mode 100644 index 000000000..4dcb1f3a0 --- /dev/null +++ b/homebrew/mp3unicode/.beer @@ -0,0 +1,36 @@ +{ + "name": "Mp3unicode", + "description": "Command-line utility to convert mp3 tags between different encodings", + "url": "https://github.com/downloads/alonbl/mp3unicode/mp3unicode-1.2.1.tar.bz2", + "mirror": null, + "homepage": "https://mp3unicode.sourceforge.io/", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "taglib", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV.append \"ICONV_LIBS\", \"-liconv\"", + "system \"autoreconf\", \"-fvi\" if build.head?", + "system \"./configure\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "1.2.1", + "file": "mp3unicode.rb" +}
\ No newline at end of file diff --git a/homebrew/mp3unicode/.make.sh-auto b/homebrew/mp3unicode/.make.sh-auto new file mode 100644 index 000000000..7359fb098 --- /dev/null +++ b/homebrew/mp3unicode/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +ENV.append "ICONV_LIBS", "-liconv" +pkg:configure +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/mp3unicode/_metadata/description b/homebrew/mp3unicode/_metadata/description new file mode 100644 index 000000000..7e35691b3 --- /dev/null +++ b/homebrew/mp3unicode/_metadata/description @@ -0,0 +1 @@ +Command-line utility to convert mp3 tags between different encodings diff --git a/homebrew/mp3unicode/_metadata/homepage b/homebrew/mp3unicode/_metadata/homepage new file mode 100644 index 000000000..f662069a0 --- /dev/null +++ b/homebrew/mp3unicode/_metadata/homepage @@ -0,0 +1 @@ +https://mp3unicode.sourceforge.io/ diff --git a/homebrew/mp3unicode/_metadata/name b/homebrew/mp3unicode/_metadata/name new file mode 100644 index 000000000..50975447d --- /dev/null +++ b/homebrew/mp3unicode/_metadata/name @@ -0,0 +1 @@ +Mp3unicode diff --git a/homebrew/mp3unicode/_metadata/version b/homebrew/mp3unicode/_metadata/version new file mode 100644 index 000000000..6085e9465 --- /dev/null +++ b/homebrew/mp3unicode/_metadata/version @@ -0,0 +1 @@ +1.2.1 diff --git a/homebrew/mp3unicode/download.sh b/homebrew/mp3unicode/download.sh new file mode 100755 index 000000000..7069fa304 --- /dev/null +++ b/homebrew/mp3unicode/download.sh @@ -0,0 +1 @@ +wget https://github.com/downloads/alonbl/mp3unicode/mp3unicode-1.2.1.tar.bz2
\ No newline at end of file |