You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-mobilephone/qtadb/qtadb-0.8.1.ebuild

56 lines
1.7 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.4 2013/02/15 19:21:01 pacho Exp $
EAPI="4"
inherit eutils readme.gentoo qt4-r2
MY_PN="QtADB"
MY_P="${MY_PN}_${PV}_src"
DESCRIPTION="Android phone manager via ADB"
HOMEPAGE="http://qtadb.wordpress.com"
SRC_URI="http://${PN}.com/${PN}/${MY_P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/qt-gui:4
x11-libs/qt-declarative:4"
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}/trunk"
pkg_setup() {
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
You will need a working Android SDK installation (adb and aapt executables)
You can install Android SDK a) through portage (emerge android-sdk-update-manager
and run android to download the actual sdk), b) manually from
http://developer.android.com/sdk/index.html or c) just grab the adb, aapt linux
binaries from http://qtadb.wordpress.com/download/
adb and aapt executables are in the platform-tools subdir of Android SDK
Also you will need to have ROOT access to your phone along with busybox
The latter can be found in the Android market
Last, if you want to use the SMS manager of QtADB, you have to install
QtADB.apk to your device, available here: http://qtadb.wordpress.com/download/
If you have trouble getting your phone connected through usb (driver problem),
try adbWireless from Android market to get connected through WiFi
"
}
src_install() {
newicon images/android.png ${PN}.png
make_desktop_entry ${MY_PN} "${MY_PN}" ${PN} \
"Qt;PDA;Utility;" || die "Desktop entry creation failed"
dobin ${MY_PN}
readme.gentoo_create_doc
}