Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111797 Details for
Bug 169000
net-im/wengophone-bin-2.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wengophone-bin-2.0.ebuild
wengophone-bin-2.0.ebuild (text/plain), 2.06 KB, created by
Davide Cendron (RETIRED)
on 2007-03-02 14:15:55 UTC
(
hide
)
Description:
wengophone-bin-2.0.ebuild
Filename:
MIME Type:
Creator:
Davide Cendron (RETIRED)
Created:
2007-03-02 14:15:55 UTC
Size:
2.06 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PN="WengoPhone" >DESCRIPTION="Wengophone NG is a VoIP client featuring the SIP protcol" >HOMEPAGE="http://www.openwengo.org/" >SRC_URI="http://download.wengo.com/wengophone/rc/2006-12-14/${MY_PN}-${PV}-linux-bin-x86.tar.bz2 > mirror://debian/pool/main/libg/libgcrypt11/libgcrypt11_1.2.4-1_i386.deb > mirror://debian/pool/main/libg/libgpg-error/libgpg-error0_1.4-2_i386.deb" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >RESTRICT="nostrip" > >DEPEND="!net-im/wengophone > virtual/libc > app-arch/dpkg" >RDEPEND="${DEPEND} > amd64? (app-emulation/emul-linux-x86-baselibs > app-emulation/emul-linux-x86-xlibs > app-emulation/emul-linux-x86-soundlibs ) > x86? ( > =dev-libs/openssl-0.9.8* > sys-libs/zlib > =dev-libs/glib-2* > media-libs/alsa-lib > sys-fs/e2fsprogs > dev-libs/libxml2 > || ( > ( > x11-libs/libSM > x11-libs/libICE > x11-libs/libXi > x11-libs/libXinerama > x11-libs/libXext > x11-libs/libX11 > x11-libs/libXrandr > x11-libs/libXau > x11-libs/libXdmcp > x11-libs/libXrender > ) > virtual/x11 > ) > )" > >S=${WORKDIR} > >QA_TEXTRELS="opt/wengophone/libwebcam.so > opt/wengophone/libphapi.so" > >src_unpack() { > cd ${WORKDIR} > for pkg in ${A} > do > echo ${pkg} | grep -q "tar.bz2" && unpack ${pkg} > echo ${pkg} | grep -q ".deb" && /usr/bin/dpkg --extract ${DISTDIR}/$pkg ${WORKDIR} > done >} > >src_install() { > local \ > WENGO_HOME="/opt/wengophone" > WENGO_SRC="wengophone-ng-binary-latest" > > dodir "${WENGO_HOME}" > > insinto "${WENGO_HOME}" > doins -r ${WENGO_SRC}/{emoticons,lang,pics,sounds} > > insopts -m0755 > insinto "${WENGO_HOME}" > doins ${WENGO_SRC}/*.so* > doins usr/lib/* > > exeinto "${WENGO_HOME}" > doexe ${WENGO_SRC}/qtwengophone > > rm ${D}/${WENGO_HOME}/libgcrypt.so.11.2.3 > rm ${D}/${WENGO_HOME}/libgpg-error.so.0.3.0 > rm ${D}/${WENGO_HOME}/{emoticons,sounds}/CMakeLists.txt > > make_wrapper "wengophone" "./qtwengophone" "${WENGO_HOME}" "${WENGO_HOME}" /usr/bin > > doicon ${FILESDIR}/${PN}.png > make_desktop_entry "wengophone" "WengoPhone" >}
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 169000
: 111797 |
111799