[Fedora-directory-commits] dsbuild/ds/nspr .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 checksums, NONE, 1.1

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 8 21:52:03 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsbuild/ds/nspr
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10545/ds/nspr

Added Files:
	.cvsignore Makefile checksums 
Log Message:
updated for Fedora DS 1.1


--- NEW FILE .cvsignore ---
download
work
cookies


--- NEW FILE Makefile ---
GARNAME = nspr
GARVERSION = 4.6.7
CATEGORIES = ds
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
CATEGORIES = ds
# have the regular download rule download the patch rather than listing it in PATCHFILES
# this is so we can override the default patch rule
MYPATCH = 
PATCHFILES =

LIBDEPS = 

DESCRIPTION = Mozilla NSPR

CONFIGURE_SCRIPTS = $(WORKSRC)/mozilla/nsprpub/configure
BUILD_SCRIPTS = $(WORKSRC)/mozilla/nsprpub/Makefile
INSTALL_SCRIPTS = custom

CONFIGURE_ARGS = --prefix=$(PREFIX) --libdir=$(PREFIX)/lib --includedir=$(PREFIX)/include/nspr4
ifeq ($(DEBUG), full)
CONFIGURE_ARGS+=--disable-optimize
OBJDIR=DBG.OBJ
else
OPTFLAG="BUILD_OPT=1"
CONFIGURE_ARGS+=--disable-debug --enable-optimize
OBJDIR=OPT.OBJ
endif

ifeq ($(USE_64), 1)
CONFIGURE_ARGS += --enable-64bit
endif

# this is our "custom" patch target
ifdef MYPATCH
post-patch:
	cat $(addprefix download/,$(MYPATCH)) | ( cd work ; patch -p0 )
	$(MAKECOOKIE)
endif

install-custom:
# copy files to $(DESTDIR)$(PREFIX)
	make -C $(WORKSRC)/mozilla/nsprpub real_install
	$(MAKECOOKIE)

include ../../gar.conf.mk

include ../category.mk


--- NEW FILE checksums ---
75d5de21ebc1a21886a25673920490ff  download/nspr-4.6.7.tar.gz




More information about the Fedora-directory-commits mailing list