CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libmpc: new port, version 0.9
[crossrootfs.git] / readline / Pkgfile
index e7b7d676ab69b6af7dd1a0dec6bc898b468da0ca..ebaa40b88450692d599498af734e12855faa4e8c 100644 (file)
@@ -1,18 +1,17 @@
 # Description: Lets users edit command lines as they are typed in
 # URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on:
 
 name=readline
-version=6.0.4
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-${version%.*}.tar.gz \
-        $name-6.0-001-004.patch inputrc)
+version=6.1
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-${version}.tar.gz \
+        inputrc)
 
 build() {
-  cd $name-${version%.*}
-  patch -p0 -i $SRC/$name-6.0-001-004.patch
+  cd $name-${version}
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \