Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113650 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]
ebuild for amd64 architecture
jabbin-2.0_beta2-r1.ebuild (text/plain), 1.34 KB, created by
Juliusz Ćwiąkalski
on 2007-03-18 14:53:02 UTC
(
hide
)
Description:
ebuild for amd64 architecture
Filename:
MIME Type:
Creator:
Juliusz Ćwiąkalski
Created:
2007-03-18 14:53:02 UTC
Size:
1.34 KB
patch
obsolete
>DESCRIPTION="Jabbin is an Open Source Jabber client program that allows free PC to PC calls using the VoIP system over the Jabber network." >HOMEPAGE="http://www.jabbin.com/" >VER="2.0beta2a" >SRC_URI="mirror://sourceforge/${PN}/${PN}-${VER}.tar.bz2 http://pub.jcw.pl/linux/${PN}/${PN}-${VER}_amd64.patch.tar.bz2" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="" >RESTRICT="mirror primaryuri" > >DEPEND="=x11-libs/qt-3* > net-misc/rsync > >=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}" > >src_unpack() { > unpack "${PN}-${VER}.tar.bz2" > if [ ${ARCH} = "amd64" ] ; then > unpack "${PN}-${VER}_amd64.patch.tar.bz2" > fi > mv -v "${PN}-${VER}" "${P}" >} > >src_compile() { > if [ ${ARCH} = "amd64" ] ; then > patch -t -p1 < "${PN}-${VER}_amd64.patch" > fi > chmod +x ./configure > econf || die "could not configure" > QMAKE=/usr/qt/3/bin/qmake QTDIR=/usr/qt/3 qmake QTDIR=/usr/qt/3 QMAKE=/usr/qt/3/bin/qmake jabbin.pro > QMAKE=/usr/qt/3/bin/qmake QTDIR=/usr/qt/3 make QTDIR=/usr/qt/3 QMAKE=/usr/qt/3/bin/qmake qmake > QMAKE=/usr/qt/3/bin/qmake QTDIR=/usr/qt/3 make QTDIR=/usr/qt/3 QMAKE=/usr/qt/3/bin/qmake >} > >src_install() { > dobin src/jabbin > dodoc README INSTALL COPYING > dodir /usr/share/jabbin > rsync -rlptDv --exclude=.svn --exclude=readme sound iconsets "${D}"/usr/share/jabbin/ >} >
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