# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="MoioSMS2.13-src" MY_D="/usr/share/moiosms" DESCRIPTION="SMS sender for several sites (Vodafone, Rossoalice, Tim, Tin, Smshosting, Callwave, Enel)" HOMEPAGE="http://www.moioli.net/Progetti___1/MoioSMS___Messaggi_GRATIS_da_Internet____22.html" SRC_URI="http://www.moioli.net/files/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/unzip >dev-lang/python-2.4.0 >dev-python/pycurl-7.15.0 >=x11-libs/wxGTK-2.8.3.0 >=dev-python/wxpython-2.8.3.0 >=app-text/ocrad-0.13 >=app-text/gocr-0.39 >=media-gfx/imagemagick-6.2" RDEPEND="${DEPEND}" src_install() { dodir "${MY_D}" insinto "${MY_D}" doins -r * || die "Install failed!" fperms 755 "${MY_D}"/sms.py dosym "${MY_D}"/sms.py /usr/bin/sms } pkg_postinst() { elog "To run MoioSMS, type the command sms in a" elog "shell as normal user. Enjoy!" }