CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 7.0.3
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:53:22 +0000 (19:53 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:53:22 +0000 (19:53 +0000)
readline/.md5sum
readline/Pkgfile

index a9ba7054eb8253c4040e4273fa18e184012aa2b7..abc82e36e9203b23c60d393aa3bae830b97656d9 100644 (file)
@@ -1,2 +1,3 @@
 553cf04fdeec54dca12062864c3ffba3  inputrc
+820e38dae6c7ab9f6993928e954fb41b  readline-7.0.3.patch.gz
 205b03a87fc83dab653b628c59b9fc91  readline-7.0.tar.gz
index 5d5ac7e572c2ce4d1b623b5784b876d4ca5744df..a13c1c48dde5b14dee057faf03846e6a6d60c1ee 100644 (file)
@@ -5,13 +5,15 @@
 # Depends on: ncurses
 
 name=readline
-version=7.0
+version=7.0.3
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
-        inputrc)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
+        $name-$version.patch.gz inputrc)
 
 build() {
-  cd $name-$version
+  cd $name-${version:0:3}
+
+  gunzip -c $SRC/$name-$version.patch.gz | patch -p0
 
   # Don't use rpath for linking the shared libs
   sed -i '117s/-Wl,-rpath,$(libdir)//' support/shobj-conf