void-packages/templates/gmake-3.81.tmpl
Juan RP 06ed761de0 Add the example template file that contains all variables that can be
used in templates.

Remove all comments from the other templates, if you want to know what
are their meaning, look at the example template.

--HG--
extra : convert_revision : 348bbf4b780be0eba186ba2062cecf05cbbf8a69
2008-09-29 17:59:48 +02:00

15 lines
493 B
Cheetah
Executable file

# Template build file for 'gmake-3.81'
pkgname=gmake-3.81
extract_sufx=".tar.bz2"
distfiles="make-3.81"
url=http://ftp.gnu.org/pub/gnu/make
configure_args="--program-prefix=g"
build_style=gnu_configure
short_desc="The GNU make system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=79d418e1258ec0d6ba08b1431a4ade3fec54c2b2
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."