summaryrefslogtreecommitdiff
blob: 58e0c8c86376dc188189ec13b8d5b72f8a532278 (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
# Copyright 1999-2012 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.5 2012/10/22 13:50:26 ago Exp $

EAPI=4

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="~amd64 arm ppc s390 sparc x86"
IUSE=""

RDEPEND=">=dev-lang/perl-5.6.1"
DEPEND=""

src_compile() { :; }

src_install() {
	dobin ${PN}
	doman ${PN}.1
	dodoc BUGS CHANGES README README.ES TODO
}