readline: update to 6.2.
This commit is contained in:
parent
45f2eb91f9
commit
c0223348b6
1 changed files with 9 additions and 8 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template build file for 'readline'.
|
||||
pkgname=readline
|
||||
_dist_ver=6.1
|
||||
_patch_ver=002
|
||||
version=${_dist_ver}.${_patch_ver}
|
||||
_dist_ver=6.2
|
||||
_patch_ver=000
|
||||
#version=${_dist_ver}.${_patch_ver}
|
||||
version=${_dist_ver}
|
||||
wrksrc=${pkgname}-${_dist_ver}
|
||||
distfiles="http://ftp.gnu.org/gnu/readline/${pkgname}-${_dist_ver}.tar.gz"
|
||||
build_style=gnu_configure
|
||||
|
@ -10,7 +11,7 @@ configure_args="--with-curses --enable-multibyte"
|
|||
make_build_args="SHLIB_LIBS=-lncurses"
|
||||
short_desc="The GNU Readline Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f0caf608c06ccd6d56b3bee1843458d509c53f9b53dffffe07cc11d8f03fa969
|
||||
checksum=79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
|
||||
long_desc="
|
||||
The GNU Readline library provides a set of functions for use by
|
||||
applications that allow users to edit command lines as they are
|
||||
|
@ -21,10 +22,10 @@ long_desc="
|
|||
commands."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
Add_dependency build ncurses-devel
|
||||
Add_dependency build texinfo
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
Add_dependency build ncurses-devel
|
||||
Add_dependency build texinfo
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue