summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/linuxsms/linuxsms-0.77.ebuild')
-rw-r--r--app-mobilephone/linuxsms/linuxsms-0.77.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild
new file mode 100644
index 000000000000..2f0af1423484
--- /dev/null
+++ b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild
@@ -0,0 +1,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.1 2005/05/15 18:49:12 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
+ doman linuxsms.1
+ dodoc BUGS CHANGES README README.ES TODO
+}