summaryrefslogtreecommitdiff
path: root/homebrew/cuetools/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cuetools/.beer')
-rw-r--r--homebrew/cuetools/.beer48
1 files changed, 48 insertions, 0 deletions
diff --git a/homebrew/cuetools/.beer b/homebrew/cuetools/.beer
new file mode 100644
index 000000000..e10fcebb7
--- /dev/null
+++ b/homebrew/cuetools/.beer
@@ -0,0 +1,48 @@
+{
+ "name": "Cuetools",
+ "description": "Utilities for .cue and .toc files",
+ "url": "https://github.com/svend/cuetools/archive/1.4.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/svend/cuetools",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": null,
+ "data": [
+ "diff --git a/configure.ac b/configure.ac\n",
+ "index f54bb92..84ab467 100644\n",
+ "--- a/configure.ac\n",
+ "+++ b/configure.ac\n",
+ "@@ -1,5 +1,5 @@\n",
+ " AC_INIT([cuetools], [1.4.0], [svend@ciffer.net])\n",
+ "-AM_INIT_AUTOMAKE([-Wall -Werror foreign])\n",
+ "+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability foreign])\n",
+ " AC_PROG_CC\n",
+ " AC_PROG_INSTALL\n",
+ " AC_PROG_RANLIB\n"
+ ]
+ }
+ ],
+ "install": [
+ "system \"autoreconf\", \"-i\"",
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.4.1",
+ "file": "cuetools.rb"
+} \ No newline at end of file