From cea8b8ba27833d7ad4a5fb41467c143bf36840e8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 19 Nov 2010 02:14:01 +0100 Subject: [PATCH] make: add metafile support Signed-off-by: Stephan Raue --- packages/toolchain/devel/make/meta | 14 ++++++++++++++ packages/toolchain/devel/make/url | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/toolchain/devel/make/meta delete mode 100644 packages/toolchain/devel/make/url diff --git a/packages/toolchain/devel/make/meta b/packages/toolchain/devel/make/meta new file mode 100644 index 0000000000..0133b16ac9 --- /dev/null +++ b/packages/toolchain/devel/make/meta @@ -0,0 +1,14 @@ +PKG_NAME="make" +PKG_VERSION="3.81" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.gnu.org/software/make/" +PKG_URL="http://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/devel" +PKG_SHORTDESC="make: GNU make utility to maintain groups of programs" +PKG_LONGDESC="The 'make' utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This is GNU 'make', which was implemented by Richard Stallman and Roland McGrath. GNU 'make' conforms to section 6.2 of EEE Standard 1003.2-1992' (POSIX.2)." +PKG_IS_ADDON="no" diff --git a/packages/toolchain/devel/make/url b/packages/toolchain/devel/make/url deleted file mode 100644 index 99c87ba7a6..0000000000 --- a/packages/toolchain/devel/make/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.gnu.org/gnu/make/make-3.81.tar.bz2