Rename config_shell to configure_shell.
--HG-- extra : convert_revision : 416900b81eca96e802f94b7a075842112d116eba
This commit is contained in:
parent
b7fbbb9436
commit
9dfcab1416
4 changed files with 6 additions and 6 deletions
|
@ -78,15 +78,15 @@ configure_src_phase()
|
|||
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
|
||||
set_build_vars
|
||||
|
||||
if [ -z "${config_shell}" ]; then
|
||||
config_shell=/bin/sh
|
||||
if [ -z "${configure_shell}" ]; then
|
||||
configure_shell=/bin/sh
|
||||
fi
|
||||
|
||||
#
|
||||
# Packages using GNU autoconf
|
||||
#
|
||||
if [ "$build_style" = "gnu_configure" ]; then
|
||||
env CONFIG_SHELL=${config_shell} ${configure_script} \
|
||||
env CONFIG_SHELL=${configure_shell} ${configure_script} \
|
||||
--prefix=/usr --sysconfdir=/etc \
|
||||
--infodir=/usr/share/info \
|
||||
--mandir=/usr/share/man \
|
||||
|
|
|
@ -64,7 +64,7 @@ reset_tmpl_vars()
|
|||
short_desc maintainer long_desc checksum wrksrc \
|
||||
patch_files make_cmd base_chroot register_shell \
|
||||
make_build_target configure_script noextract \
|
||||
pre_configure pre_build pre_install config_shell \
|
||||
pre_configure pre_build pre_install configure_shell \
|
||||
post_configure post_build post_install \
|
||||
make_install_target version revision \
|
||||
sgml_catalogs xml_catalogs xml_entries sgml_entries \
|
||||
|
|
|
@ -6,7 +6,7 @@ version=${_distver}.${_distverpatch}
|
|||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
||||
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
config_shell="/bin/bash"
|
||||
configure_shell=/bin/bash
|
||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||
--without-djvu --without-dps --without-fpx --without-gvc --without-jbig
|
||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
|
|
|
@ -4,7 +4,7 @@ sourcepkg=$pkgname
|
|||
version=2.2.16
|
||||
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
config_shell=/bin/bash
|
||||
configure_shell=/bin/bash
|
||||
configure_args="--disable-static --disable-python"
|
||||
short_desc="Library for SMBIOS access"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue