readline: update to 6.3.

This commit is contained in:
Juan RP 2014-02-27 06:18:59 +01:00
parent a705b0839d
commit 63bc638420
1 changed files with 7 additions and 9 deletions

View File

@ -1,21 +1,19 @@
# Template build file for 'readline'.
pkgname=readline
_dist_ver=6.2
_patch_ver=004
_dist_ver=6.3
_patch_ver=000
version=${_dist_ver}.${_patch_ver}
revision=3
#version=${_dist_ver}
revision=1
wrksrc=${pkgname}-${_dist_ver}
build_style=gnu-configure
configure_args="--enable-static --with-curses --enable-multibyte"
make_build_args="SHLIB_LIBS=-lncurses"
configure_args="--with-curses --enable-multibyte bash_cv_wcwidth_broken=no"
makedepends="ncurses-devel"
short_desc="The GNU Readline Library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
license="GPL-3"
distfiles="http://ftp.gnu.org/gnu/readline/${pkgname}-${_dist_ver}.tar.gz"
checksum=79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
checksum=56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43
pre_configure() {
local url="http://ftp.gnu.org/gnu/$pkgname/$pkgname-${_dist_ver}-patches"
@ -39,12 +37,12 @@ pre_configure() {
}
readline-devel_package() {
depends="ncurses-devel readline>=${version}"
depends="ncurses-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}