mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
tcsh: update to 6.22.00.
This commit is contained in:
parent
668a9f5f26
commit
db5d7042ec
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tcsh'
|
||||
pkgname=tcsh
|
||||
version=6.21.00
|
||||
version=6.22.00
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/csh.login /etc/csh.cshrc"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://www.tcsh.org/"
|
||||
distfiles="ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c438325448371f59b12a4c93bfd3f6982e6f79f8c5aef4bc83aac8f62766e972
|
||||
checksum=69fef68006ba219d1c156ea810e9781c416d2e9a1d2f1a6f91e44a529ec97dfe
|
||||
register_shell="/bin/tcsh /bin/csh"
|
||||
|
||||
post_extract() {
|
||||
|
@ -26,10 +26,6 @@ esac
|
|||
pre_build() {
|
||||
make CC_FOR_GETHOST="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" gethost
|
||||
}
|
||||
pre_check() {
|
||||
# This test fail, at each bump remove and check if it works
|
||||
sed -i '/AT_SETUP(\[Quoting of expansions in/ s/$/ \nAT_XFAIL_IF(\[:\])/' tests/lexical.at
|
||||
}
|
||||
post_install() {
|
||||
vconf ${FILESDIR}/csh.login
|
||||
vconf ${FILESDIR}/csh.cshrc
|
||||
|
|
Loading…
Add table
Reference in a new issue