mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
chroot-bash: update to 4.4.023.
This commit is contained in:
parent
931ab90928
commit
2b02002066
2 changed files with 5 additions and 5 deletions
|
@ -1 +0,0 @@
|
||||||
../bash/patches
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'chroot-bash'.
|
# Template file for 'chroot-bash'
|
||||||
pkgname=chroot-bash
|
pkgname=chroot-bash
|
||||||
_bash_distver=4.4
|
_bash_distver=4.4
|
||||||
_bash_patchlevel=019
|
_bash_patchlevel=023
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version="${_bash_distver}.${_bash_patchlevel}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bash-${_bash_distver}"
|
wrksrc="bash-${_bash_distver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"
|
configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"
|
||||||
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
|
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||||
license="GPL-3"
|
|
||||||
distfiles="${GNU_SITE}/bash/bash-${_bash_distver}.tar.gz"
|
distfiles="${GNU_SITE}/bash/bash-${_bash_distver}.tar.gz"
|
||||||
checksum=d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
|
checksum=d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ pre_configure() {
|
||||||
patch -sNp0 -i ${XBPS_SRCPKGDIR}/bash/files/bash${ver}-${p}
|
patch -sNp0 -i ${XBPS_SRCPKGDIR}/bash/files/bash${ver}-${p}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -s bash ${DESTDIR}/usr/bin/sh
|
ln -s bash ${DESTDIR}/usr/bin/sh
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue