void-packages/templates/make.tmpl
Juan RP ac80ddda40 Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the
extract suffix string. yay.

--HG--
extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
2008-10-28 23:57:52 +01:00

16 lines
511 B
Cheetah

# Template build file for 'make'
pkgname=make
version=3.81
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=f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8
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."
base_chroot=yes
run_depends="glibc-2.8"