CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 7.0
[crossrootfs.git] / readline / Pkgfile
index 3202c583897aabf6ec4c3c400916b2d5aeb349eb..5d5ac7e572c2ce4d1b623b5784b876d4ca5744df 100644 (file)
@@ -5,25 +5,21 @@
 # Depends on: ncurses
 
 name=readline
-version=6.3.8
-release=2
+version=7.0
+release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
-        $name-$version.patch.gz inputrc $name-$version-wcwidth.patch)
+        inputrc)
 
 build() {
-  cd $name-${version::3}
-
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
+  cd $name-$version
 
   # 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
+
   make -j1 SHLIB_LIBS=-lncurses
   make -j1 DESTDIR=$PKG install