diff --git a/packages/toolchain/devel/autotools/automake/build b/packages/toolchain/devel/autotools/automake/build index 55ff28b426..7197b13e40 100755 --- a/packages/toolchain/devel/autotools/automake/build +++ b/packages/toolchain/devel/autotools/automake/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build autoconf - setup_toolchain host cd $PKG_BUILD diff --git a/packages/toolchain/devel/autotools/automake/meta b/packages/toolchain/devel/autotools/automake/meta new file mode 100644 index 0000000000..f5e61d20aa --- /dev/null +++ b/packages/toolchain/devel/autotools/automake/meta @@ -0,0 +1,14 @@ +PKG_NAME="automake" +PKG_VERSION="1.11.1" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://sources.redhat.com/automake/" +PKG_URL="http://ftp.gnu.org/gnu/automake/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="ccache autoconf" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/devel" +PKG_SHORTDESC="automake: A GNU tool for automatically creating Makefiles" +PKG_LONGDESC="This is Automake, a Makefile generator. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; they are intended for use with Autoconf. Automake requires certain things to be done in your configure.in." +PKG_IS_ADDON="no" diff --git a/packages/toolchain/devel/autotools/automake/url b/packages/toolchain/devel/autotools/automake/url deleted file mode 100644 index 9722fc7fa6..0000000000 --- a/packages/toolchain/devel/autotools/automake/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.bz2 \ No newline at end of file