b53922a2ec
New changes include adding the following targets: build, configure, extract, fetch and install. Those targets replace the not very understood old flags. Also the code has been restructured to really understand what's going on all the time. --HG-- extra : convert_revision : c591d7ffd5251b7bb80e5e56bf2f4a7909c887dc
16 lines
523 B
Cheetah
Executable file
16 lines
523 B
Cheetah
Executable file
# Template build file for 'gmake'
|
|
pkgname=gmake
|
|
version=3.81
|
|
wrksrc="make-$version"
|
|
extract_sufx=".tar.bz2"
|
|
distfiles="make-$version"
|
|
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."
|