1b358afeaf
Also introduce "libs.depends", that adds a rundep of a package with a proper version. This is to avoid modifying all dependent packages if there's an API/ABI change. --HG-- extra : convert_revision : a46b11b8e9187bdb2bfc954ad5ff40ecd9c0fe31
17 lines
533 B
Plaintext
17 lines
533 B
Plaintext
# Template build file for 'make'
|
|
pkgname=make
|
|
sourcepkg=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
|
|
subpackages="base docs locale"
|