CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed major update for Arch-Maintainer's email (all ports)
[crossrootfs.git] / readline / Pkgfile
index b35a136c66343f2c00976c11436c0c00f4c14c22..ebaa40b88450692d599498af734e12855faa4e8c 100644 (file)
@@ -1,23 +1,23 @@
 # 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
+version=6.1
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-${version%.*}.tar.gz \
-        $name-6.0-001-004.patch inputrc)
+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
+              --prefix=/usr \
+              --mandir=/usr/man
   make
   make DESTDIR=$PKG install
   install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
-  rm -rf $PKG/usr/info
+  rm -rf $PKG/usr/share/info
 }