New package: chroot-m4-1.4.16.
This commit is contained in:
parent
c5614ee86e
commit
06c3652405
2 changed files with 27 additions and 0 deletions
1
srcpkgs/chroot-m4/chroot-m4.rshlibs
Normal file
1
srcpkgs/chroot-m4/chroot-m4.rshlibs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libc.so.6
|
26
srcpkgs/chroot-m4/template
Normal file
26
srcpkgs/chroot-m4/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template build file for 'chroot-m4'.
|
||||||
|
pkgname=chroot-m4
|
||||||
|
version=1.4.16
|
||||||
|
wrksrc="m4-${version}"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/m4/m4-$version.tar.bz2"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--without-included-regex"
|
||||||
|
short_desc="GNU version of UNIX m4 macro language processor -- for xbps-src use"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
||||||
|
long_desc="
|
||||||
|
GNU m4 is an implementation of the traditional UNIX macro
|
||||||
|
processor. It is mostly SVR4 compatible, although it has some
|
||||||
|
extensions (for example, handling more than 9 positional parameters to
|
||||||
|
macros). m4 also has builtin functions for including files, running
|
||||||
|
shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for
|
||||||
|
generating configure scripts, but not for running them.
|
||||||
|
|
||||||
|
This package is only meant to be used by xbps-src, don't install it manually."
|
||||||
|
|
||||||
|
bootstrap=yes
|
||||||
|
conflicts="m4>=0"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue