Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
amsn-0.80 ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
vrih
n00b
n00b


Joined: 05 Dec 2002
Posts: 69
Location: London, England

PostPosted: Tue Jul 08, 2003 12:10 pm    Post subject: amsn-0.80 ebuild? Reply with quote

Is anyone working on an ebuild for this? It's a little beyond my current ebuilding skills but if noone else is doing it i'll give it a shot.
Back to top
View user's profile Send private message
zhenlin
Veteran
Veteran


Joined: 09 Nov 2002
Posts: 1361

PostPosted: Tue Jul 08, 2003 12:49 pm    Post subject: Reply with quote

shouldn't be harder than just a simple

Code:

cp /usr/portage/net-im/amsn/amsn-0.71.ebuild /usr/portage/net-im/amsn/amsn-0.80.ebuild
ebuild /usr/portage/net-im/amsn/amsn-0.80.ebuild digest install
# if the above works,
emerge /usr/portage/net-im/amsn/amsn-0.80.ebuild
Back to top
View user's profile Send private message
vrih
n00b
n00b


Joined: 05 Dec 2002
Posts: 69
Location: London, England

PostPosted: Tue Jul 08, 2003 1:51 pm    Post subject: Reply with quote

0.71 used a makefile, 0.80 doesn't come with one. You also have to compile the freedesktop applet seperately. I'll post wat I've got already.
Code:
S="${WORKDIR}/msn"
DESCRIPTION="Alvarro's Messenger client for MSN"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://amsn.sourceforge.net"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc"

DEPEND=">=dev-lang/tcl-8.3.3
   >=dev-lang/tk-8.3.3"

src_compile(){
   cd plugins/traydock
   ./configure
   make
}

src_install() {
   dodir /opt
   mv ${S} ${D}/opt/amsn
   dodoc README TODO docs/*
}


Now i need to make a link from /opt/amsn/amsn to /usr/bin/amsn and I'm copying too much to /opt/amsn
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Tue Jul 08, 2003 2:00 pm    Post subject: Reply with quote

vrih wrote:
0.71 used a makefile, 0.80 doesn't come with one. You also have to compile the freedesktop applet seperately. I'll post wat I've got already.
Code:
S="${WORKDIR}/msn"
DESCRIPTION="Alvarro's Messenger client for MSN"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://amsn.sourceforge.net"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc"

DEPEND=">=dev-lang/tcl-8.3.3
   >=dev-lang/tk-8.3.3"

src_compile(){
   cd plugins/traydock
   ./configure
   make
}

src_install() {
   dodir /opt
   mv ${S} ${D}/opt/amsn
   dodoc README TODO docs/*
}


Now i need to make a link from /opt/amsn/amsn to /usr/bin/amsn and I'm copying too much to /opt/amsn


I also thought there was no ebuild for 0.80 and made one with the Makefile and so... but there is one, indeed!! It's downloadable through CVS. ;)
Back to top
View user's profile Send private message
vrih
n00b
n00b


Joined: 05 Dec 2002
Posts: 69
Location: London, England

PostPosted: Tue Jul 08, 2003 2:36 pm    Post subject: Reply with quote

Does that mean that I've totally wasted my afternoon :twisted:
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Tue Jul 08, 2003 2:40 pm    Post subject: Reply with quote

vrih wrote:
Does that mean that I've totally wasted my afternoon :twisted:


More or less... :P

Have a look in gentoo's CVS.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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