CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 7.0
[crossrootfs.git] / readline / Pkgfile
index d4c9bbcd3d95e504b93a68921bdf708be6a3a5ef..92475a9514853f2629d8d1bd8ef0111fed5413cf 100644 (file)
@@ -5,22 +5,17 @@
 # Depends on: ncurses
 
 name=readline
-version=6.3.8
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
-        $name-$version.patch.gz inputrc $name-$version-wcwidth.patch)
+version=7.0
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
+        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