readline: update to 6.2 patch level 003.

This commit is contained in:
Juan RP 2012-07-11 02:57:01 +02:00
parent c16238ebe6
commit 1b439a6490
2 changed files with 6 additions and 9 deletions

View file

@ -1,14 +1,12 @@
# Template file for 'readline-devel'.
#
depends="ncurses-devel readline"
depends="ncurses-devel readline>=$version"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
do_install() {
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr

View file

@ -1,18 +1,19 @@
# Template build file for 'readline'.
pkgname=readline
_dist_ver=6.2
_patch_ver=002
_patch_ver=003
version=${_dist_ver}.${_patch_ver}
revision=2
revision=1
#version=${_dist_ver}
wrksrc=${pkgname}-${_dist_ver}
distfiles="http://ftp.gnu.org/gnu/readline/${pkgname}-${_dist_ver}.tar.gz"
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--with-curses --enable-multibyte"
make_build_args="SHLIB_LIBS=-lncurses"
makedepends="ncurses-devel"
short_desc="The GNU Readline Library"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://ftp.gnu.org/gnu/readline/${pkgname}-${_dist_ver}.tar.gz"
checksum=79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
long_desc="
The GNU Readline library provides a set of functions for use by
@ -23,8 +24,6 @@ long_desc="
those lines, and perform csh-like history expansion on previous
commands."
subpackages="$pkgname-devel"
pre_configure() {
local url="http://ftp.gnu.org/gnu/$pkgname/$pkgname-${_dist_ver}-patches"