void-packages/srcpkgs/make/template
2011-07-06 14:53:49 +02:00

22 lines
626 B
Plaintext

# Template build file for 'make'
pkgname=make
version=3.82
revision=1
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="The GNU make system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966
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."
bootstrap=yes
Add_dependency run glibc
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
Add_dependency build texinfo
fi