void-packages/srcpkgs/make/template

19 lines
454 B
Plaintext

# Template build file for 'make'
pkgname=make
version=3.82
revision=5
build_style=gnu-configure
short_desc="The GNU make system"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/make"
license="GPL-3"
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
checksum=e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966
make_package() {
conflicts="chroot-make>=0"
pkg_install() {
vmove usr
}
}