nspr: update to 4.9.6.
This commit is contained in:
parent
fd41dc82e9
commit
57d3f8d0da
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nspr'
|
# Template file for 'nspr'
|
||||||
pkgname=nspr
|
pkgname=nspr
|
||||||
version=4.9.4
|
version=4.9.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_script="./mozilla/nsprpub/configure"
|
configure_script="./mozilla/nsprpub/configure"
|
||||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
|
@ -14,7 +14,7 @@ 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"
|
||||||
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
|
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
|
||||||
checksum=749046c75be17f2f8b3874d288873d3355cedcb37abe7b6eb7b3bc374440d4a4
|
checksum=7693fddd3c5cc15d53a50df53ab5dcdaa2eb58f5003302690559471744d6c6f9
|
||||||
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
|
||||||
|
@ -45,7 +45,7 @@ post_install() {
|
||||||
|
|
||||||
nspr-devel_package() {
|
nspr-devel_package() {
|
||||||
depends="nspr-${version}_${revision}"
|
depends="nspr-${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Reference in New Issue