diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-11-15 21:01:16 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-11-15 21:01:16 +0000 |
commit | d8336d2c1b25cc17e767bd734c3ccbb7ae53d46b (patch) | |
tree | f31bf1621d0fb870433e49beabeef953592adaab /app-mobilephone/wammu/wammu-0.17.ebuild | |
parent | x86 (diff) | |
download | historical-d8336d2c1b25cc17e767bd734c3ccbb7ae53d46b.tar.gz historical-d8336d2c1b25cc17e767bd734c3ccbb7ae53d46b.tar.bz2 historical-d8336d2c1b25cc17e767bd734c3ccbb7ae53d46b.zip |
Stable on x86. Version bump.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-mobilephone/wammu/wammu-0.17.ebuild')
-rw-r--r-- | app-mobilephone/wammu/wammu-0.17.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/app-mobilephone/wammu/wammu-0.17.ebuild b/app-mobilephone/wammu/wammu-0.17.ebuild new file mode 100644 index 000000000000..56c884c3da48 --- /dev/null +++ b/app-mobilephone/wammu/wammu-0.17.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.17.ebuild,v 1.1 2006/11/15 21:01:16 mrness Exp $ + +inherit distutils + +DESCRIPTION="front-end for gammu (Nokia and other mobiles)" +HOMEPAGE="http://www.cihar.com/gammu/wammu/" +SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="bluetooth" + +#gnome-bluetooth is used for additional functionality - see bug #101067 +RDEPEND=">=dev-python/wxpython-2.6 + >=dev-python/python-gammu-0.15 + bluetooth? ( + net-wireless/gnome-bluetooth + dev-python/pybluez + )" +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + +src_compile() { + # SKIPWXCHECK: else 'import wx' results in + # Xlib: connection to ":0.0" refused by server + SKIPWXCHECK=yes distutils_src_compile +} + +src_install() { + DOCS="AUTHORS FAQ NEWS" + SKIPWXCHECK=yes distutils_src_install +} |