CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libarchive: updated mandir
[crossrootfs.git] / readline / Pkgfile
index 1e9e2d31162eb86f9dfdac0ce54d44eac2643a02..e5e0e0079385ea55602add26cbee014fa584947f 100644 (file)
@@ -5,10 +5,10 @@
 # Depends on: ncurses
 
 name=readline
-version=6.2.1
+version=6.3.6
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
-        $name-$version.patch.gz inputrc)
+        $name-$version.patch.gz inputrc $name-$version-wcwidth.patch)
 
 build() {
   cd $name-${version::3}
@@ -18,6 +18,9 @@ build() {
   # Don't use rpath for linking the shared libs
   sed -i '117s/-Wl,-rpath,$(libdir)//' support/shobj-conf
 
+  # Patch to avoid wcwidth tests
+  patch -i $SRC/$name-$version-wcwidth.patch
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
@@ -27,8 +30,8 @@ build() {
 
   install -d $PKG/lib
   mv $PKG/usr/lib/lib*.so.* $PKG/lib
-  ln -sf ../../lib/libhistory.so.${version::3} $PKG/usr/lib/libhistory.so
-  ln -sf ../../lib/libreadline.so.${version::3} $PKG/usr/lib/libreadline.so
+  ln -sf ../../lib/libhistory.so.${version:0:3} $PKG/usr/lib/libhistory.so
+  ln -sf ../../lib/libreadline.so.${version:0:3} $PKG/usr/lib/libreadline.so
 
   install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
   rm -r $PKG/usr/share/info