blob: 29e497405e008d6405e5b5f01ff460321e1a9415 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/linuxsms-0.77.ebuild,v 1.2 2005/05/15 18:58:52 mrness Exp $
DESCRIPTION="A console perl script for sending SMS to cell phones"
HOMEPAGE="http://linuxsms.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="arm ppc s390 sparc x86"
IUSE=""
DEPEND=">=dev-lang/perl-5.6.1"
src_install() {
dobin linuxsms || die "could not install the script"
doman linuxsms.1
dodoc BUGS CHANGES README README.ES TODO
}
|