21 lines
629 B
Text
21 lines
629 B
Text
# Template build file for 'chroot-make'
|
|
pkgname=chroot-make
|
|
version=4.0
|
|
revision=2
|
|
bootstrap=yes
|
|
wrksrc="make-${version}"
|
|
conflicts="make>=0"
|
|
provides="make-${version}_${revision}"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-nls --without-guile"
|
|
short_desc="The GNU make system -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnu.org/software/make/"
|
|
license="GPL-3"
|
|
distfiles="http://ftp.gnu.org/pub/gnu/make/make-$version.tar.bz2"
|
|
checksum=e60686c7afede62cc8c86ad3012cf081ea4887daf9d223ce7115703b2bb2dbdb
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share
|
|
rm -rf ${DESTDIR}/usr/include
|
|
}
|