Rename config_shell to configure_shell.

--HG--
extra : convert_revision : 416900b81eca96e802f94b7a075842112d116eba
This commit is contained in:
Juan RP
2009-04-28 00:13:21 +02:00
parent b7fbbb9436
commit 9dfcab1416
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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>"