xorg-server: enable some more extensions.
[pkgfs.git] / templates / gmake.tmpl
blobefacca29ef035ada8d64778420bd9eb4959b3fd1
1 # Template build file for 'gmake'
2 pkgname=gmake
3 version=3.81
4 extract_sufx=".tar.bz2"
5 distfiles="make-$version"
6 url=http://ftp.gnu.org/pub/gnu/make
7 configure_args="--program-prefix=g"
8 build_style=gnu_configure
9 short_desc="The GNU make system"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=79d418e1258ec0d6ba08b1431a4ade3fec54c2b2
12 long_desc="
13  GNU Make is a program that determines which pieces of a large
14  program need to be recompiled and issues the commands to
15  recompile them, when necessary."