mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
nspr: update to 4.9.
This commit is contained in:
parent
06e664bd3a
commit
6e32cd5e67
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nspr'
|
# Template file for 'nspr'
|
||||||
pkgname=nspr
|
pkgname=nspr
|
||||||
version=4.8.9
|
version=4.9
|
||||||
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"
|
||||||
|
@ -9,12 +9,11 @@ if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
fi
|
fi
|
||||||
configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr
|
configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr
|
||||||
--enable-optimize --disable-debug --with-pthreads ${_for64}"
|
--enable-optimize --disable-debug --with-pthreads ${_for64}"
|
||||||
revision=1
|
|
||||||
short_desc="NetScape Portable Runtime"
|
short_desc="NetScape Portable Runtime"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mozilla.org/projects/nspr/"
|
homepage="http://www.mozilla.org/projects/nspr/"
|
||||||
license="GPL-2, MPL-1.1"
|
license="GPL-2, MPL-1.1"
|
||||||
checksum=ff43c7c819e72f03bb908e7652c5d5f59a5d31ee86c333e692650207103d1cce
|
checksum=ecc632bc578c125650999776673eeff952096afa6d151f6d91f6c3a93e1e716a
|
||||||
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
|
||||||
|
@ -22,8 +21,7 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
local nspr_config="${DESTDIR}/usr/bin/nspr-config"
|
local nspr_config="${DESTDIR}/usr/bin/nspr-config"
|
||||||
local pcver="$(${nspr_config} --version)"
|
local pcver="$(${nspr_config} --version)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue