CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated rsync files
[ports/core-arm.git] / bash / Pkgfile
index c70cc5e4f204a6ca07b14d343fc7f5c059e0e2d6..1bf3ac796b1c2135b94ffa8562f3acb0977da86a 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.2.45
+version=4.4.19
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
         $name-$version.patch.gz profile)
 
 build() {
@@ -18,16 +18,12 @@ build() {
   ./configure --prefix=/usr \
               --build=arm-unknown-linux-gnueabihf \
               --exec-prefix= \
-              --mandir=/usr/man \
               --disable-nls \
               --with-curses \
               --with-installed-readline
   make -j1
 
   install -D -m 755 bash $PKG/bin/bash
-  install -D -m 644 doc/bash.1 $PKG/usr/man/man1/bash.1
+  install -D -m 644 doc/bash.1 $PKG/usr/share/man/man1/bash.1
   install -D -m 644 $SRC/profile $PKG/etc/profile
-
-  ln -s bash $PKG/bin/sh
-  ln -s bash.1 $PKG/usr/man/man1/sh.1
 }