nspr: update to 4.9.

This commit is contained in:
Juan RP 2012-03-14 23:02:25 +01:00
parent 06e664bd3a
commit 6e32cd5e67

View file

@ -1,6 +1,6 @@
# Template file for 'nspr'
pkgname=nspr
version=4.8.9
version=4.9
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
configure_script="./mozilla/nsprpub/configure"
@ -9,12 +9,11 @@ if [ "$XBPS_MACHINE" = "x86_64" ]; then
fi
configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr
--enable-optimize --disable-debug --with-pthreads ${_for64}"
revision=1
short_desc="NetScape Portable Runtime"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.mozilla.org/projects/nspr/"
license="GPL-2, MPL-1.1"
checksum=ff43c7c819e72f03bb908e7652c5d5f59a5d31ee86c333e692650207103d1cce
checksum=ecc632bc578c125650999776673eeff952096afa6d151f6d91f6c3a93e1e716a
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
@ -22,8 +21,7 @@ long_desc="
subpackages="$pkgname-devel"
post_install()
{
post_install() {
local nspr_config="${DESTDIR}/usr/bin/nspr-config"
local pcver="$(${nspr_config} --version)"