summaryrefslogtreecommitdiff
blob: d83e90c0d4c7fb0c87cb883dfe7943287fa714a1 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/smstools/smstools-2.2.1.ebuild,v 1.1 2006/06/14 13:55:57 chainsaw Exp $

DESCRIPTION="Send and receive short messages through GSM modems"
HOMEPAGE="http://smstools.meinemullemaus.de/"
SRC_URI="http://www.meinemullemaus.de/software/${PN}/packages/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="virtual/libc"

S=${WORKDIR}/${PN}

src_compile() {
	cd src
	emake || die "emake failed"
}

src_install() {
	dobin src/smsd
	dobin scripts/sendsms scripts/sms2html
	dobin scripts/sms2unicode scripts/unicode2sms
	insinto /etc
	newins examples/smsd.conf.easy smsd.conf
	newinitd ${FILESDIR}/smsd.initd smsd
}