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