2012-02-28 09:54:36 +00:00
|
|
|
# Template build file for 'chroot-make'
|
|
|
|
pkgname=chroot-make
|
2013-10-09 11:53:35 +00:00
|
|
|
version=4.0
|
|
|
|
revision=1
|
|
|
|
bootstrap=yes
|
2012-02-28 09:54:36 +00:00
|
|
|
wrksrc="make-${version}"
|
2014-01-01 15:10:11 +00:00
|
|
|
conflicts="make>=0"
|
|
|
|
provides="make-${version}_${revision}"
|
2012-02-28 09:54:36 +00:00
|
|
|
build_style=gnu-configure
|
2013-10-09 11:53:35 +00:00
|
|
|
configure_args="--disable-nls --without-guile"
|
2012-02-28 09:54:36 +00:00
|
|
|
short_desc="The GNU make system -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-31 11:39:48 +00:00
|
|
|
homepage="http://www.gnu.org/software/make/"
|
|
|
|
license="GPL-3"
|
2013-10-09 11:53:35 +00:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/make/make-$version.tar.bz2"
|
|
|
|
checksum=e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb
|
2012-02-28 09:54:36 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
This package is only meant to be used by xbps-src, don't install it manually."
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share
|
2013-10-09 11:53:35 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/include
|
2012-02-28 09:54:36 +00:00
|
|
|
}
|