Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
amsn-0.98.4.ebuild para gentoo
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
236665
n00b
n00b


Joined: 03 Nov 2010
Posts: 36

PostPosted: Thu Dec 16, 2010 11:25 pm    Post subject: amsn-0.98.4.ebuild para gentoo Reply with quote

Ola galera, fiz um ebuild da ultima versao do amsn, so troquei a direçao de descarga do amsn 0.98.3 pela atual, devido que ainda nao esta disponivel no portage e na parte de descarga da web do amsn na area Gentoo.

O ebuild coloquei na web: https://bugs.gentoo.org/81893

Pode baixar na web onde eu postei ou simplesmente copie e cole num arquivo de texto com o nome de amsn-0.98-4.ebuild:

Quote:

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.3.ebuild,v 1.6 2010/10/15 22:00:57 ranger Exp $

EAPI=2

inherit eutils fdo-mime gnome2-utils

MY_P=${P/_rc/RC}
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Alvaro's Messenger client for MSN"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${MY_P}-src.tar.bz2"
HOMEPAGE="http://www.amsn-project.net"

# The tests are interactive
RESTRICT="test"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ppc -sparc x86"
IUSE="debug"

DEPEND=">=dev-lang/tcl-8.4
>=dev-lang/tk-8.4
media-libs/jpeg
media-libs/libpng
>=dev-tcltk/snack-2.2.10
>=net-libs/gupnp-igd-0.1.3
media-libs/libv4l"
# >=net-libs/farsight2-0.0.14
# >=media-libs/gstreamer-0.10.23
# >=media-libs/gst-plugins-base-0.10.23

RDEPEND="${DEPEND}
>=dev-tcltk/tls-1.5
media-video/ffmpeg[encode]"
# >=media-libs/gst-plugins-good-0.10.15
# >=media-libs/gst-plugins-bad-0.10.13
# >=media-plugins/gst-plugins-ffmpeg-0.10.7

src_prepare() {
epatch "${FILESDIR}/${PN}-0.98-noautoupdate.patch"
# only portage should strip files, bug 285682
sed -i -e "s/LDFLAGS += -s/LDFLAGS += /" Makefile.in || die "sed failed"
}

src_configure() {
econf $(use_enable debug) || die "configure script failed"
}

src_install() {
make DESTDIR="${D}" install || die
dodoc AGREEMENT TODO README FAQ CREDITS

domenu amsn.desktop
sed -i -e s:.png:: "${D}/usr/share/applications/amsn.desktop"

cd desktop-icons
for i in *; do
if [ -e ${i}/msn.png ]; then
insinto /usr/share/icons/hicolor/${i}/apps
doins ${i}/msn.png
fi
done
}

pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update

ewarn "You might have to remove ~/.amsn prior to running as user if amsn hangs on start-up."
}

pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}


logo vc poe o arquivo (como root) dentro de /usr/portage/net-im/amsn ou no teu portage personalizado (recomendavel para quando fazer emerge --sync nao seja deletado o ebuild)

e no terminal escrever

ebuild amsn-0.98.4.ebuild digest

e logo instala

emerge -av amsn
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum