Initial push
[termux-packages] / packages / automake / build.sh
diff --git a/packages/automake/build.sh b/packages/automake/build.sh
new file mode 100644 (file)
index 0000000..27756b3
--- /dev/null
@@ -0,0 +1,5 @@
+TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/automake/
+TERMUX_PKG_DESCRIPTION="Tool for automatically generating Makefile.in files"
+TERMUX_PKG_VERSION=1.15
+TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/automake/automake-${TERMUX_PKG_VERSION}.tar.xz
+TERMUX_PKG_DEPENDS="autoconf"