# Template file for 'nspr' pkgname=nspr version=4.10 revision=1 build_style=gnu-configure build_wrksrc="nspr" configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr --enable-optimize --disable-debug --with-pthreads" short_desc="NetScape Portable Runtime" maintainer="Juan RP " homepage="http://www.mozilla.org/projects/nspr/" license="GPL-2, MPL-1.1" distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz" checksum=0cfbe561676b92e5af3ddc7ac77452014e3da8885da66baec811e7354138cc16 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 Netscape/AOL/iPlanet's and other software offerings." if [ "$XBPS_MACHINE" = "x86_64" ]; then configure_args+=" --enable-64bit" fi post_install() { ln -s nspr.pc ${DESTDIR}/usr/lib/pkgconfig/mozilla-nspr.pc rm -r ${DESTDIR}/usr/bin/{compile-et.pl,prerr.properties} \ ${DESTDIR}/usr/include/nspr/md # Remove static libs. rm -f ${DESTDIR}/usr/lib/*.a } nspr-devel_package() { depends="nspr-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/bin vmove usr/lib/pkgconfig vmove usr/share/aclocal } } nspr_package() { pkg_install() { vmove usr } }