summaryrefslogtreecommitdiff
path: root/homebrew/patchutils/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/patchutils/.beer')
-rw-r--r--homebrew/patchutils/.beer36
1 files changed, 36 insertions, 0 deletions
diff --git a/homebrew/patchutils/.beer b/homebrew/patchutils/.beer
new file mode 100644
index 000000000..8f186fa3f
--- /dev/null
+++ b/homebrew/patchutils/.beer
@@ -0,0 +1,36 @@
+{
+ "name": "Patchutils",
+ "description": "Small collection of programs that operate on patch files",
+ "url": "http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.4.tar.xz",
+ "mirror": "https://mirrors.kernel.org/debian/pool/main/p/patchutils/patchutils_0.3.4.orig.tar.xz",
+ "homepage": "http://cyberelk.net/tim/software/patchutils/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "docbook",
+ "build-depend": true
+ },
+ {
+ "depend": "xmlto",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\" if build.head?",
+ "system \"./bootstrap\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.3.4",
+ "file": "patchutils.rb"
+} \ No newline at end of file