summaryrefslogtreecommitdiff
path: root/homebrew/automake
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/automake
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/automake')
-rw-r--r--homebrew/automake/.beer32
-rw-r--r--homebrew/automake/.make.sh-auto8
-rw-r--r--homebrew/automake/_metadata/description1
-rw-r--r--homebrew/automake/_metadata/homepage1
-rw-r--r--homebrew/automake/_metadata/name1
-rw-r--r--homebrew/automake/_metadata/version1
-rwxr-xr-xhomebrew/automake/download.sh1
-rwxr-xr-xhomebrew/automake/patches.sh1
8 files changed, 46 insertions, 0 deletions
diff --git a/homebrew/automake/.beer b/homebrew/automake/.beer
new file mode 100644
index 000000000..8d3164f4a
--- /dev/null
+++ b/homebrew/automake/.beer
@@ -0,0 +1,32 @@
+{
+ "name": "Automake",
+ "description": "Tool for generating GNU Standards-compliant Makefiles",
+ "url": "https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.xz",
+ "mirror": "https://ftpmirror.gnu.org/automake/automake-1.16.1.tar.xz",
+ "homepage": "https://www.gnu.org/software/automake/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://git.savannah.gnu.org/cgit/automake.git/patch/?id=a348d830659fffd2cfc42994524783b07e69b4b5",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "ENV[\"PERL\"] = \"/usr/bin/perl\"",
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "(share/\"aclocal/dirlist\").write <<~EOS",
+ "#{HOMEBREW_PREFIX}/share/aclocal",
+ "/usr/share/aclocal",
+ "EOS"
+ ],
+ "version": "1.16.1",
+ "file": "automake.rb"
+} \ No newline at end of file
diff --git a/homebrew/automake/.make.sh-auto b/homebrew/automake/.make.sh-auto
new file mode 100644
index 000000000..b335fac60
--- /dev/null
+++ b/homebrew/automake/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+ENV["PERL"] = "/usr/bin/perl"
+pkg:configure
+make DESTDIR=${PKG_DEST} install
+(share/"aclocal/dirlist").write <<~EOS
+#{HOMEBREW_PREFIX}/share/aclocal
+/usr/share/aclocal
+EOS
diff --git a/homebrew/automake/_metadata/description b/homebrew/automake/_metadata/description
new file mode 100644
index 000000000..50ac58474
--- /dev/null
+++ b/homebrew/automake/_metadata/description
@@ -0,0 +1 @@
+Tool for generating GNU Standards-compliant Makefiles
diff --git a/homebrew/automake/_metadata/homepage b/homebrew/automake/_metadata/homepage
new file mode 100644
index 000000000..997982d01
--- /dev/null
+++ b/homebrew/automake/_metadata/homepage
@@ -0,0 +1 @@
+https://www.gnu.org/software/automake/
diff --git a/homebrew/automake/_metadata/name b/homebrew/automake/_metadata/name
new file mode 100644
index 000000000..f99e10048
--- /dev/null
+++ b/homebrew/automake/_metadata/name
@@ -0,0 +1 @@
+Automake
diff --git a/homebrew/automake/_metadata/version b/homebrew/automake/_metadata/version
new file mode 100644
index 000000000..41c11ffb7
--- /dev/null
+++ b/homebrew/automake/_metadata/version
@@ -0,0 +1 @@
+1.16.1
diff --git a/homebrew/automake/download.sh b/homebrew/automake/download.sh
new file mode 100755
index 000000000..3517fa7e4
--- /dev/null
+++ b/homebrew/automake/download.sh
@@ -0,0 +1 @@
+wget https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.xz || wget https://ftpmirror.gnu.org/automake/automake-1.16.1.tar.xz \ No newline at end of file
diff --git a/homebrew/automake/patches.sh b/homebrew/automake/patches.sh
new file mode 100755
index 000000000..bb348880f
--- /dev/null
+++ b/homebrew/automake/patches.sh
@@ -0,0 +1 @@
+wget https://git.savannah.gnu.org/cgit/automake.git/patch/?id=a348d830659fffd2cfc42994524783b07e69b4b5