forked from ports/compat-32
readline-32: updated to version 6.3.6
This commit is contained in:
parent
321a34351f
commit
26183de934
@ -1 +1,2 @@
|
||||
44b8c334f34790e920a807a126996882 readline-6.3.6.patch.gz
|
||||
33c8fb279e981274f485fd91da77e94a readline-6.3.tar.gz
|
||||
|
@ -4,16 +4,19 @@
|
||||
# Depends on: ncurses-32
|
||||
|
||||
name=readline-32
|
||||
version=6.3
|
||||
version=6.3.6
|
||||
release=1
|
||||
source=(http://ftp.gnu.org/gnu/readline/readline-${version:0:3}.tar.gz)
|
||||
source=(http://ftp.gnu.org/gnu/readline/readline-${version:0:3}.tar.gz \
|
||||
readline-$version.patch.gz)
|
||||
|
||||
build() {
|
||||
cd readline-${version:0:3}
|
||||
|
||||
gunzip -c $SRC/readline-$version.patch.gz | patch -p0
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
|
||||
make SHLIB_LIBS=-lncurses
|
||||
make DESTDIR=$PKG install
|
||||
make -j1 SHLIB_LIBS=-lncurses
|
||||
make -j1 DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/lib32
|
||||
mv $PKG/usr/lib32/lib*.so.* $PKG/lib32
|
||||
|
BIN
readline-32/readline-6.3.6.patch.gz
Normal file
BIN
readline-32/readline-6.3.6.patch.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user