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