summaryrefslogtreecommitdiff
blob: 3746cd716e31eac92a642829e02a33f8d4817414 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/linuxsms/linuxsms-0.77.ebuild,v 1.4 2004/06/24 23:54:31 agriffis Exp $


DESCRIPTION="A console perl script for sending SMS to cell phones"
SRC_URI="mirror://sourceforge/linuxsms/${P}.tar.gz"
HOMEPAGE="http://linuxsms.sourceforge.net/"
KEYWORDS="x86 ~ppc ~sparc s390"
LICENSE="GPL-2"
SLOT="0"
RESTRICT="nomirror"
IUSE=""
DEPEND=">=dev-lang/perl-5.6.1"

src_install () {
	dobin linuxsms

	doman linuxsms.1
	dodoc BUGS CHANGES COPYING INSTALL README README.ES TODO
}

pkg_postinst() {
	einfo "To run linuxsms, just type: linuxsms"
	einfo "Your config file will be located in ~/.linuxsms"
}