2008-10-23 02:43:12 +02:00
|
|
|
# Template build file for 'make'
|
|
|
|
pkgname=make
|
2010-10-07 23:08:35 +02:00
|
|
|
version=3.82
|
2011-11-12 02:54:14 +01:00
|
|
|
revision=2
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-09-26 21:59:07 +02:00
|
|
|
short_desc="The GNU make system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-10-07 23:08:35 +02:00
|
|
|
checksum=e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966
|
2008-09-26 21:59:07 +02:00
|
|
|
long_desc="
|
|
|
|
GNU Make is a program that determines which pieces of a large
|
|
|
|
program need to be recompiled and issues the commands to
|
|
|
|
recompile them, when necessary."
|
2008-10-23 02:43:12 +02:00
|
|
|
|