libestr: update to 0.1.5.
This commit is contained in:
parent
f59dc4f3f2
commit
6d69b18760
|
@ -1,24 +1,23 @@
|
|||
# Template file for 'libestr'
|
||||
pkgname=libestr
|
||||
version=0.1.4
|
||||
revision=2
|
||||
version=0.1.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
configure_args="--disable-static ac_cv_func_malloc_0_nonnull=yes"
|
||||
short_desc="C library for string processing"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://libestr.adiscon.com"
|
||||
distfiles="$homepage/files/download/$pkgname-$version.tar.gz"
|
||||
checksum=e30b05bc3091e2c35464d7ac736b2d4e5c054cc883e244c920b571e533de85e3
|
||||
long_desc="
|
||||
This package provides a C library with some essentials for string processing."
|
||||
checksum=ff9734663c8e7384835e12c65313efe14b1d7ec310f48c977d35f66b1050659e
|
||||
|
||||
libestr-devel_package() {
|
||||
depends="libestr>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue