mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:44:37 +08:00
libedit: upver
This commit is contained in:
parent
06840e95eb
commit
911140061e
@ -5,27 +5,27 @@
|
|||||||
# 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
|
||||||
install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
|
install -D -m0644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user