Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9043 Details for
Bug 16984
Upgrades of some ebuilds: allegro, smssend, openh323, skyutils
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pwlib-1.4.10.ebuild
pwlib-1.4.10.ebuild (text/plain), 2.23 KB, created by
Michele Balistreri (RETIRED)
on 2003-03-06 16:18:23 UTC
(
hide
)
Description:
pwlib-1.4.10.ebuild
Filename:
MIME Type:
Creator:
Michele Balistreri (RETIRED)
Created:
2003-03-06 16:18:23 UTC
Size:
2.23 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.4.7.ebuild,v 1.4 2003/02/13 10:51:00 vapier Exp $ > >S=${WORKDIR}/${PN} > >IUSE="ssl" > >DESCRIPTION="Libs needed for GnomeMeeting" >HOMEPAGE="http://www.openh323.org" >SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz" > >SLOT="0" >LICENSE="MPL-1.1" >KEYWORDS="x86 ~ppc -sparc" > >DEPEND=">=sys-devel/bison-1.28 > >=sys-devel/flex-2.5.4a > dev-libs/expat > ssl? ( dev-libs/openssl )" > >src_unpack() { > ewarn "" > ewarn "Your compile WILL fail if you are upgrading from" > ewarn "a previous version of pwlib." > ewarn "" > ewarn "emerge unmerge pwlib" > ewarn "BEFORE upgrading to a newer version" > ewarn "" > ewarn "You have been warned :)" > ewarn "" > sleep 5 > > unpack ${A} > cd ${S}/make > cp unix.mak unix.mak.orig > sed \ > -e "s:-mcpu=\$(CPUTYPE)::" \ > -e "s:-O3 -DNDEBUG:-DNDEBUG:" \ > < unix.mak.orig > unix.mak >} > >src_compile() { > > export PWLIBDIR=${S} > export PWLIB_BUILD="yes" > > if [ "`use ssl`" ]; then > export OPENSSLFLAG=1 > export OPENSSLDIR=/usr > export OPENSSLLIBS="-lssl -lcrypt" > fi > > make optshared || die > > cd tools/asnparser > make optshared || die > >} > >src_install() { > > dodir /usr/lib /usr/include/ptlib/unix/ptlib \ > /usr/share/pwlib /usr/include/ptclib > > cd ${S} > cp -a lib/*so* ${D}/usr/lib > cp -a include/ptlib.h ${D}/usr/include > cp -a include/ptlib/*.h ${D}/usr/include/ptlib/ > cp -a include/ptlib/*.inl ${D}/usr/include/ptlib/ > cp -a include/ptlib/unix/ptlib/*.h ${D}/usr/include/ptlib/unix/ptlib > cp -a include/ptlib/unix/ptlib/*.inl ${D}/usr/include/ptlib/unix/ptlib > cp -a include/ptclib/*.h ${D}/usr/include/ptclib/ > > cp -a * ${D}/usr/share/pwlib/ > rm -rf ${D}/usr/share/pwlib/make/CVS > rm -rf ${D}/usr/share/pwlib/tools/CVS > rm -rf ${D}/usr/share/pwlib/tools/asnparser/CVS > rm -rf ${D}/usr/share/pwlib/src > rm -rf ${D}/usr/share/pwlib/include/CVS > rm -rf ${D}/usr/share/pwlib/include/ptlib/unix/CVS > rm -rf ${D}/usr/share/pwlib/include/ptlib/CVS > > cd ${D}/usr/lib > if [ ${ARCH} = "ppc" ] ; then > ln -sf libpt_linux_ppc_r.so.${PV} libpt.so > else > ln -sf libpt_linux_x86_r.so.${PV} libpt.so > fi > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 16984
:
9035
|
9036
|
9037
|
9038
|
9039
| 9043 |
9044