libedit: upver

This commit is contained in:
Samir Benmendil 2015-03-28 17:43:56 +00:00
parent 06840e95eb
commit 911140061e

View File

@ -5,25 +5,25 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=libedit pkgname=libedit
pkgver=20110802_3.0 pkgver=20141030_3.1
_pkgver=20141029-3.1
pkgrel=1 pkgrel=1
pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://www.thrysoee.dk/editline/' url='http://www.thrysoee.dk/editline/'
license=('BSD') license=('BSD')
depends=('ncurses') depends=('ncurses')
options=('!libtool')
source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz") source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
sha1sums=('b06e3cf248a4235617c71454e15ca3a54a61d467') sha1sums=('58b73e529b2361c172a57c9a4bbecb0633efca30')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}" cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
./configure --prefix=/usr --enable-widec --enable-static=no ./configure --prefix=/usr --enable-widec
make make
} }
package() { package() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}" cd "${srcdir}/${pkgname}-${_pkgver/_/-}"
make prefix="${pkgdir}"/usr install make prefix="${pkgdir}"/usr install
cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3 cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3