readline: update to 5.2.13

This commit is contained in:
Juergen Daubert 2009-03-07 10:56:25 +01:00
parent 56e4836106
commit b00ea9534f
3 changed files with 1137 additions and 4 deletions

View File

@ -1,2 +1,3 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
29f4be6477c36217c52a2f647eacc054 readline-5.2-001-013.patch
e39331f32ad14009b9ff49cc10c5e751 readline-5.2.tar.gz

View File

@ -3,13 +3,14 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=readline
version=5.2
version=5.2.13
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
inputrc)
source=(http://ftp.gnu.org/gnu/$name/$name-5.2.tar.gz \
$name-5.2-001-013.patch inputrc)
build() {
cd $name-$version
cd $name-5.2
patch -p0 -i $SRC/$name-5.2-001-013.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install

File diff suppressed because it is too large Load Diff