void-packages/srcpkgs/chroot-m4/template

26 lines
656 B
Text
Raw Normal View History

2012-02-28 10:13:43 +00:00
# Template build file for 'chroot-m4'.
pkgname=chroot-m4
version=1.4.16
revision=1
2012-02-28 10:13:43 +00:00
wrksrc="m4-${version}"
build_style=gnu-configure
configure_args="--without-included-regex"
homepage="http://www.gnu.org/software/m4/"
license="GPL-3"
2012-02-28 10:13:43 +00:00
short_desc="GNU version of UNIX m4 macro language processor -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://ftp.gnu.org/gnu/m4/m4-$version.tar.bz2"
2012-02-28 10:13:43 +00:00
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
bootstrap=yes
conflicts="m4>=0"
provides="m4-${version}"
2012-02-28 10:13:43 +00:00
pre_configure() {
sed -i -e '/gets is a/d' lib/stdio.in.h
}
2012-02-28 10:13:43 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/share
}