2008-10-23 00:43:12 +00:00
|
|
|
# Template build file for 'make'
|
|
|
|
pkgname=make
|
2008-10-04 04:29:49 +00:00
|
|
|
version=3.81
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
|
2008-09-26 19:59:07 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="The GNU make system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2008-10-23 00:43:12 +00:00
|
|
|
checksum=f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8
|
2008-09-26 19:59:07 +00: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 00:43:12 +00:00
|
|
|
|
2008-10-27 06:42:40 +00:00
|
|
|
base_chroot=yes
|
2009-02-24 06:13:11 +00:00
|
|
|
Add_dependency run glibc
|