Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TMSNC 0.2.0 Ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
s0undt3ch
n00b
n00b


Joined: 09 Apr 2005
Posts: 14

PostPosted: Thu May 26, 2005 4:28 pm    Post subject: TMSNC 0.2.0 Ebuild Reply with quote

TMSNC is a MSN client written in C.

First keep track on bug 904006, but this is what's there at the moment:

Create a Portage Overlay
Code:
mkdir /usr/local/portage/net-im/tmsnc

Make shure you add the overlay to your make.conf.

Create the ebuild
Code:
vi /usr/local/portage/net-im/tmsnc/tmsnc-0.2.0.ebuild


Put this inside
Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="TMSNC is a MSN client written in C"
HOMEPAGE="http://tmsnc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P/./.}.tar.gz"
#SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/${PN}/${P/./.}.tar.gz"

LICENSE="IR Public Domain License"
SLOT="0"
KEYWORDS="x86"
IUSE="nls talkfilters"
RESTRICT="nostrip nomirror"

DEPEND=">=dev-libs/openssl-0.9.7d
      >=sys-libs/ncurses-5.4
      talkfilters (>=app-text/talkfilters-2.3.4-r1)"
#RDEPEND=">=app-text/talkfilters-2.3.4-r1"
src_compile() {
   if use nls >& /dev/null ; then
   NLS=""
   else
   NLS="--disable-nls"
   fi

   econf ${NLS} || die

   emake -j1 || die
}

src_install() {
   make DESTDIR=${D} install || die
}


Create the digest
Code:
ebulid /usr/local/portage/net-im/tmsnc-0.2.0 digest


Install TMSNC
Code:
emerge tmsnc -va


And you're good to go.

The available USE flags are:
- nls
- talkfilters

PROBLEMS:
I couldn't enable UTF-8 support on my machine, maybe you can on yours(see the details here); Aparently it needs ncursesw libs for utf-8 to work.

P.S: If this is not the right place, please move it...
_________________
s0undt3ch
The real *nux newbie, one has to admit!!!

[ AMD Athlon @ 1 Ghz / 512 RAM on Gentoo 2005.1 [SERVER] ]
[ P4 @ 2.8 GHz / 1Gig Ram on Gentoo 2005.1/XP ]
Back to top
View user's profile Send private message
NaturalRandom
n00b
n00b


Joined: 07 Dec 2004
Posts: 24
Location: Next to neighbour

PostPosted: Sat Nov 05, 2005 6:28 am    Post subject: Reply with quote

tmsnc is in portage now, and it looks quite good. It looks quite usable in terminal and I would definitely put it in a CLI-only computer.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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