blob: 2b8705add5d8c52983e323cf81d512879682686d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/pysms/pysms-0.9.2.ebuild,v 1.2 2007/04/23 19:36:37 swegener Exp $
inherit distutils
DESCRIPTION="Tool for sending text messages for various Swiss providers"
HOMEPAGE="http://people.ee.ethz.ch/~maandrea/pySms"
SRC_URI="http://people.ee.ethz.ch/~maandrea/pySms/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/pygtk"
RESTRICT="test"
src_install() {
distutils_src_install
dodoc AUTHORS PKG-INFO README
}
|