Rename template file gmake to make.
--HG-- extra : convert_revision : c116b2c0fcecbbee80fec33adab4a66cc57b20b3
This commit is contained in:
parent
8f3ffc43c7
commit
e9ac80f8be
1 changed files with 6 additions and 7 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template build file for 'gmake'
|
# Template build file for 'make'
|
||||||
pkgname=gmake
|
pkgname=make
|
||||||
version=3.81
|
version=3.81
|
||||||
wrksrc="make-$version"
|
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version@.tar.bz2"
|
||||||
distfiles="
|
|
||||||
http://ftp.gnu.org/pub/gnu/make/make-$version@.tar.bz2"
|
|
||||||
configure_args="--program-prefix=g"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="The GNU make system"
|
short_desc="The GNU make system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=79d418e1258ec0d6ba08b1431a4ade3fec54c2b2
|
checksum=f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU Make is a program that determines which pieces of a large
|
GNU Make is a program that determines which pieces of a large
|
||||||
program need to be recompiled and issues the commands to
|
program need to be recompiled and issues the commands to
|
||||||
recompile them, when necessary."
|
recompile them, when necessary."
|
||||||
|
|
||||||
|
run_depends="glibc-2.8"
|
Loading…
Add table
Add a link
Reference in a new issue