View previous topic :: View next topic |
Author |
Message |
vrih n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/15461817953e9190901f44e.png)
Joined: 05 Dec 2002 Posts: 69 Location: London, England
|
Posted: Tue Jul 08, 2003 12:10 pm Post subject: amsn-0.80 ebuild? |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
zhenlin Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 09 Nov 2002 Posts: 1361
|
Posted: Tue Jul 08, 2003 12:49 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
vrih n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/15461817953e9190901f44e.png)
Joined: 05 Dec 2002 Posts: 69 Location: London, England
|
Posted: Tue Jul 08, 2003 1:51 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Deathwing00 Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1140581890451d29047ad41.jpg)
Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Tue Jul 08, 2003 2:00 pm Post subject: |
|
|
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. ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
vrih n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/15461817953e9190901f44e.png)
Joined: 05 Dec 2002 Posts: 69 Location: London, England
|
Posted: Tue Jul 08, 2003 2:36 pm Post subject: |
|
|
Does that mean that I've totally wasted my afternoon ![Twisted Evil :twisted:](images/smiles/icon_twisted.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Deathwing00 Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1140581890451d29047ad41.jpg)
Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Tue Jul 08, 2003 2:40 pm Post subject: |
|
|
vrih wrote: | Does that mean that I've totally wasted my afternoon ![Twisted Evil :twisted:](images/smiles/icon_twisted.gif) |
More or less...
Have a look in gentoo's CVS. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|