|
Revision 3696, 0.9 kB
(checked in by devtar, 5 years ago)
|
|
For UmitBT 0.71RC2. Versioning rectified across several files.
|
| Line | |
|---|
| 1 | # Copyright 1999-2008 Gentoo Foundation |
|---|
| 2 | # Distributed under the terms of the GNU General Public License v2 |
|---|
| 3 | # $Header: $ |
|---|
| 4 | |
|---|
| 5 | inherit eutils distutils flag-o-matic |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION="UmitBT is a Bluetooth device scanner. This project is developed with Python and PyGTK." |
|---|
| 8 | HOMEPAGE="http://www.umitproject.org" |
|---|
| 9 | SRC_URI="http://superb-west.dl.sourceforge.net/sourceforge/umit/umit-0.7RC2.tar.bz2" |
|---|
| 10 | |
|---|
| 11 | LICENSE="GPL-2" |
|---|
| 12 | SLOT="0" |
|---|
| 13 | KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |
|---|
| 14 | IUSE="gtk" |
|---|
| 15 | |
|---|
| 16 | DEPEND=">=dev-lang/python-2.5" |
|---|
| 17 | RDEPEND="${DEPEND} |
|---|
| 18 | >=x11-libs/gtk+-2.6 |
|---|
| 19 | >=dev-python/pygtk-2.6 |
|---|
| 20 | net-wireless/bluez-utils |
|---|
| 21 | net-wireless/bluez-libs |
|---|
| 22 | >=dev-python/pybluez-0.15 |
|---|
| 23 | |
|---|
| 24 | src_install() { |
|---|
| 25 | dodoc README COPYING COPYING_HIGWIDGETS || die |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | pkg_postinst() { |
|---|
| 29 | elog |
|---|
| 30 | elog "Please note that UmitBT is still in it's early stages" |
|---|
| 31 | elog "of development. Use it carefully and feel free to submit bugs" |
|---|
| 32 | elog "in http://trac.umitproject.org/newticket" |
|---|
| 33 | elog |
|---|
| 34 | } |
|---|