summaryrefslogtreecommitdiff
blob: 4bcfd95067f9109869e3f0d1728c6f67b0757015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/msn4lin/msn4lin-0.4f.ebuild,v 1.3 2003/09/05 23:58:58 msterret Exp $

S=${WORKDIR}/${MY_P}
MY_P=${PN}-tcl
DESCRIPTION="Tcl/tk MSN Messenger client for linux"

SRC_URI="mirror://sourceforge/${PN}/${MY_P}-${PV}.tar.gz"
HOMEPAGE="http://msn4lin.sourceforge.net/"
DEPEND=">=dev-lang/tcl-8.3.3
	>=dev-lang/tk-8.3.3"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

src_unpack() {
	unpack ${A}
	cd ${S}
	patch -p0 < ${FILESDIR}/${P}-gentoo.diff
}

src_install() {

	cd ${S}
	dodir /usr/share/msn4lin-tcl
	dodir /usr/bin
	dodoc GNUGPL agradecimientos.txt leeme.txt original.txt
	cp -rf * ${D}/usr/share/msn4lin-tcl/
	cd ${D}/usr/share/msn4lin-tcl/
	# We disable all this auto-update stuff..
	echo "#!/bin/sh" > comprobar
	echo "#!/bin/sh" > actualizar
	ln -sf /usr/share/msn4lin-tcl/msn4lin ${D}/usr/bin/msn4lin

}