root/branch/UmitBT/utils/linux/installer/umitbt-0.7-rc1.ebuild @ 3389

Revision 3389, 0.9 kB (checked in by devtar, 5 years ago)

Updated UmitBT ebuild. Appended new ticket link.

Line 
1# Copyright 1999-2008 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5inherit eutils distutils flag-o-matic
6
7DESCRIPTION="UmitBT is a Bluetooth device scanner. This project is developed with Python and PyGTK."
8HOMEPAGE="http://www.umitproject.org"
9SRC_URI="http://superb-west.dl.sourceforge.net/sourceforge/umit/umit-0.7RC1.tar.bz2"
10
11LICENSE="GPL-2"
12SLOT="0"
13KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
14IUSE="gtk"
15
16DEPEND=">=dev-lang/python-2.5"
17RDEPEND="${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
24src_install() {
25        dodoc README COPYING COPYING_HIGWIDGETS || die
26}
27       
28pkg_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}
Note: See TracBrowser for help on using the browser.