CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4
[crossrootfs.git] / bash / Pkgfile
index 90c6a7adf2d7e3cdf36fb5af2bceae39c3ccafe2..80cc0b391239625c7c713ddfed5a6f681b7e1d04 100644 (file)
@@ -5,15 +5,13 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.3.42
+version=4.4
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ \
-        $name-$version.patch.gz profile)
+source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
+        profile)
 
 build() {
-  cd $name-${version:0:3}
-  
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+  cd $name-$version
 
   cat > config.cache <<EOF
 ac_cv_func_mmap_fixed_mapped=yes
@@ -38,7 +36,6 @@ EOF
               --disable-nls \
               --without-bash-malloc \
               --with-curses \
-              --with-installed-readline \
               --cache-file=config.cache
 
   make