diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-15 18:49:12 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-15 18:49:12 +0000 |
commit | c7b3e115ff7d13ea6cb47cb97072dead27d3f035 (patch) | |
tree | 7d20a0096f51b83fe00ec2d6f6492089c7b505d4 /app-mobilephone/linuxsms/linuxsms-0.77.ebuild | |
parent | fix the localedir properly (diff) | |
download | gentoo-2-c7b3e115ff7d13ea6cb47cb97072dead27d3f035.tar.gz gentoo-2-c7b3e115ff7d13ea6cb47cb97072dead27d3f035.tar.bz2 gentoo-2-c7b3e115ff7d13ea6cb47cb97072dead27d3f035.zip |
moved from net-misc/linuxsms
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-mobilephone/linuxsms/linuxsms-0.77.ebuild')
-rw-r--r-- | app-mobilephone/linuxsms/linuxsms-0.77.ebuild | 20 |
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 +} |