From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,FREEMAIL_FROM,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from m332-mp1-cvx1a.dub.ntl.com ([62.254.101.76] helo=firefly.moyville.ie) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15L8Yi-0006Ny-00 for gentoo-dev@cvs.gentoo.org; Fri, 13 Jul 2001 13:25:05 -0600 Received: from online.ie (unknown [192.168.0.118]) by firefly.moyville.ie (Postfix) with ESMTP id 07B77293CC for ; Fri, 13 Jul 2001 20:22:53 +0100 (IST) Message-ID: <3B51EDAF.5080206@online.ie> From: john.allen@online.ie Organization: Free software for all User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010705 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] STLport ebuild References: <1DCB85BD45DED211B12D009027279E4F47676E@murcury> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Fri Jul 13 13:26:02 2001 X-Original-Date: Sun, 15 Jul 2001 20:23:27 +0100 X-Archives-Salt: ec1857eb-7ff8-402b-aaad-c8dd86dd8b7c X-Archives-Hash: b2c48abdda4f8038d11b8e57e1bbcd77 Sean Mitchell wrote: >Hi All.... > >Emboldened by my success with doxygen, I have ventured on to the next thing >I need in Gentoo, which is STLport. > >Like doxygen, STLport is a bit of an oddball. Basically it builds a couple >library files in the build tree then leaves it to you to put the libraries >and headers somewhere. > >I've set up the libraries to go in /usr/lib and the includes to go in >/usr/include/stlport. Any reason they shouldn't go there? > >I just create the directories I need in ${D} and then populate them with a >couple cp -r commands. Is this okay or is there a Better Way? > Maybe use the BSD install program intead of cp. > >Here's the ebuild: > >------------------SNIP------------------ >S=${WORKDIR}/${P} >DESCRIPTION="STLport is a multiplatform ANSI C++ Standard Library >implementation." > >SRC_URI="http://www.stlport.org/archive/${P}.tar.gz" >HOMEPAGE="http://www.stlport.org" > >src_compile() >{ > cd ${S}/src > try make -f gcc.mak clean all >} > >src_install() >{ > mkdir -p ${D}/usr/include/stlport > mkdir -p ${D}/usr/lib > cp -r ${S}/stlport/* ${D}/usr/include/stlport > cp -r ${S}/lib/* ${D}/usr/lib > dodoc README INSTALL TODO ChangeLog >} >------------------SNIP------------------ > >If anyone has any comments I'll update this otherwise I'll test it a bit >more and then post it to the list. > >Cheers, > >Sean > >------------------------------------------------------------------------ > Sean Mitchell Software Engineer > smitchell@phoenix-interactive.com Phoenix Interactive Design Inc > tel. 519-679-2913 x237 4th Floor, 137 Dundas St > fax. 519 679 6773 London, ON, Canada N6A 1E9 > ICQ# 104246806 >------------------------------------------------------------------------ > > >_______________________________________________ >gentoo-dev mailing list >gentoo-dev@cvs.gentoo.org >http://cvs.gentoo.org/mailman/listinfo/gentoo-dev > -- John Allen email: john.allen@online.ie OpenSource Developer : www: http://www.udk.org phone: intl+353-14937616 : intl+353-862315986