[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem building new perl-tk for unstable.



Hi,

	This is how I have things setup (works like a charm).

----------------------------------------------------------------------
thisdir=$(shell pwd)
configure: stamp-configure  Makefile
	...
	-test ! -f stamp-configure && perl Makefile.PL && \
               touch stamp-configure
binary-indep: build stamp-binary
stamp-binary:
	...
        $(MAKE)  PREFIX=$(thisdir)/debian/tmp/usr \
                 INSTALLDIRS=perl \
                 INSTALLMAN1DIR=$(thisdir)/debian/tmp/usr/man/man1 \
                 INSTALLMAN3DIR=$(thisdir)/debian/tmp/usr/man/man3 \
                 pure_install
	...
----------------------------------------------------------------------

	manoj


-- 
 Nothing is done until nothing is done.
Manoj Srivastava               <url:mailto:srivasta@acm.org>
Mobile, Alabama USA            <url:http://www.datasync.com/%7Esrivasta/>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: