Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102726 Details for
Bug 149600
net-im/jabbin (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-im/jabbin/jabbin-2.0_beta.ebuild (improved)
jabbin-2.0_beta.ebuild (text/plain), 1.50 KB, created by
Kristian
on 2006-11-25 16:47:18 UTC
(
hide
)
Description:
net-im/jabbin/jabbin-2.0_beta.ebuild (improved)
Filename:
MIME Type:
Creator:
Kristian
Created:
2006-11-25 16:47:18 UTC
Size:
1.50 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># Nonofficial ebuild by jdkbx ># based on ebuild by Francesco R. (vivo@gentoo.org) > >inherit eutils qt3 >DESCRIPTION="Jabbin is a Jabber client that allows calls using the VoIP Jabber network." > >HOMEPAGE="http://www.jabbin.com/" >MY_P="${P//_/}" >SRC_URI="mirror://sourceforge/jabbin/${MY_P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="" >DEPEND="$(qt_min_version 3.3) > >=app-crypt/qca-1.0 > media-libs/speex > net-libs/libjingle > >=sys-libs/zlib-1.1.4 > dev-libs/jrtplib > dev-libs/ilbc-rfc3951" >RDEPEND="${DEPEND}" >S="${WORKDIR}/${MY_P}" >#TODO: remove RESTRICT prior to insert in portage >RESTRICT="nomirror" > >src_compile() { > cd "${S}" > epatch ${FILESDIR}/3party.patch > qmake jabbin.pro || die "qmake failed" > emake || die "emake failed" >} > >src_install() { > dodir /usr/bin > > exeinto /usr/bin > doexe src/jabbin > > dodir /usr/share > dodir /usr/share/jabbin > dodir /usr/share/jabbin/certs > dodir /usr/share/jabbin/iconsets > dodir /usr/share/jabbin/iconsets/roster > dodir /usr/share/jabbin/iconsets/system > dodir /usr/share/jabbin/sound > > into /usr > insopts -m0644 > > insinto /usr/share/jabbin/certs > doins certs/readme certs/rootcert.xml > > insinto /usr/share/jabbin/sound > doins sound/*wav > > cd "${S}" > for f in `find iconsets/ | grep -v .svn` > do > dodir /usr/share/jabbin/`dirname $f` > insinto /usr/share/jabbin/`dirname $f` > doins $f > done > ># emake DESTDIR="${D}" install || die "emake install failed" >} >
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 149600
:
99060
|
99064
| 102726 |
102727
|
103816
|
106954
|
113650
|
133265