readline: update to 6.3.

This commit is contained in:
Juan RP 2014-02-27 06:18:59 +01:00
parent a705b0839d
commit 63bc638420

View file

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