~ubuntu-branches/ubuntu/trusty/modem-manager-gui/trusty-backports

« back to all changes in this revision

Viewing changes to packages/gentoo/modem-manager-gui-0.0.15.ebuild

  • Committer: Package Import Robot
  • Author(s): Graham Inggs
  • Date: 2013-07-30 12:51:59 UTC
  • Revision ID: package-import@ubuntu.com-20130730125159-flzv882fhuzhmfmi
Tags: upstream-0.0.16
ImportĀ upstreamĀ versionĀ 0.0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 1999-2012 Gentoo Foundation
 
2
# Distributed under the terms of the GNU General Public License v2
 
3
# $Header: $
 
4
 
 
5
EAPI=4
 
6
 
 
7
DESCRIPTION="GUI for Modem Manager daemon, capable to read and send SMS, send USSD requests, display modem informaion."
 
8
HOMEPAGE="http://linuxonly.ru/"
 
9
SRC_URI="http://download.tuxfamily.org/gsf/source/modem-manager-gui-0.0.15.1.tar.gz"
 
10
 
 
11
LICENSE="GPL"
 
12
SLOT="0"
 
13
KEYWORDS="~amd64 ~x86"
 
14
IUSE=""
 
15
 
 
16
DEPEND=">=x11-libs/gtk+-3.4.0
 
17
                x11-libs/libnotify"
 
18
RDEPEND="${DEPEND}"
 
19