nspr: update to 4.8.6.
This commit is contained in:
parent
2b1c03f94f
commit
26df09d0e7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nspr'
|
# Template file for 'nspr'
|
||||||
pkgname=nspr
|
pkgname=nspr
|
||||||
version=4.8.3
|
version=4.8.6
|
||||||
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
|
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_script="./mozilla/nsprpub/configure"
|
configure_script="./mozilla/nsprpub/configure"
|
||||||
|
@ -11,7 +11,7 @@ configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr
|
||||||
--enable-optimize --disable-debug --with-pthreads ${_for64}"
|
--enable-optimize --disable-debug --with-pthreads ${_for64}"
|
||||||
short_desc="NetScape Portable Runtime"
|
short_desc="NetScape Portable Runtime"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b7ff8783da0a96c2bcb60b0882e3e585be43ecb3dd529d8ac30aa38ea4f4fbd8
|
checksum=d9040bb01536fa63881c423c4fa831ea459696b32d2097f614842f824e1a9f6d
|
||||||
long_desc="
|
long_desc="
|
||||||
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system
|
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system
|
||||||
level and libc like functions. The API is used in the Mozilla client, many of
|
level and libc like functions. The API is used in the Mozilla client, many of
|
||||||
|
|
Loading…
Reference in New Issue