nspr: update to 4.8.8.

This commit is contained in:
Juan RP 2011-05-28 13:34:12 +02:00
parent 2bc4b57fd2
commit 031e376742

View file

@ -1,6 +1,6 @@
# Template file for 'nspr'
pkgname=nspr
version=4.8.7
version=4.8.8
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
build_style=gnu_configure
configure_script="./mozilla/nsprpub/configure"
@ -11,7 +11,9 @@ configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr
--enable-optimize --disable-debug --with-pthreads ${_for64}"
short_desc="NetScape Portable Runtime"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=eb9459c31d43d1000fb1304f1e0cedab0bdac3c54c71988259c1ac10c1fe16a3
homepage="http://www.mozilla.org/projects/nspr/"
license="GPL-2, MPL-1.1"
checksum=92f3f4ded2ee313e396c180d5445cc3c718ff347d86c06b7bf14a1b5e049d4c9
long_desc="
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