readline: update to 6.2.
This commit is contained in:
parent
45f2eb91f9
commit
c0223348b6
@ -1,8 +1,9 @@
|
|||||||
# Template build file for 'readline'.
|
# Template build file for 'readline'.
|
||||||
pkgname=readline
|
pkgname=readline
|
||||||
_dist_ver=6.1
|
_dist_ver=6.2
|
||||||
_patch_ver=002
|
_patch_ver=000
|
||||||
version=${_dist_ver}.${_patch_ver}
|
#version=${_dist_ver}.${_patch_ver}
|
||||||
|
version=${_dist_ver}
|
||||||
wrksrc=${pkgname}-${_dist_ver}
|
wrksrc=${pkgname}-${_dist_ver}
|
||||||
distfiles="http://ftp.gnu.org/gnu/readline/${pkgname}-${_dist_ver}.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/readline/${pkgname}-${_dist_ver}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
@ -10,7 +11,7 @@ configure_args="--with-curses --enable-multibyte"
|
|||||||
make_build_args="SHLIB_LIBS=-lncurses"
|
make_build_args="SHLIB_LIBS=-lncurses"
|
||||||
short_desc="The GNU Readline Library"
|
short_desc="The GNU Readline Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f0caf608c06ccd6d56b3bee1843458d509c53f9b53dffffe07cc11d8f03fa969
|
checksum=79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU Readline library provides a set of functions for use by
|
The GNU Readline library provides a set of functions for use by
|
||||||
applications that allow users to edit command lines as they are
|
applications that allow users to edit command lines as they are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user