diff --git a/packages/sysutils/bash/build b/packages/sysutils/bash/build index 5773f2957f..4d9718344d 100755 --- a/packages/sysutils/bash/build +++ b/packages/sysutils/bash/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/sysutils/bash/meta b/packages/sysutils/bash/meta new file mode 100644 index 0000000000..e4d86f6385 --- /dev/null +++ b/packages/sysutils/bash/meta @@ -0,0 +1,14 @@ +PKG_NAME="bash" +PKG_VERSION="4.1" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://http://www.gnu.org/software/bash " +PKG_URL="http://ftp.gnu.org/gnu/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="required" +PKG_SECTION="system" +PKG_SHORTDESC="Bourne Again Shell" +PKG_LONGDESC="Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification." +PKG_IS_ADDON="no"