Added app-mobilephone/easytether
This commit is contained in:
parent
17de3fa9d1
commit
8688991813
2 changed files with 61 additions and 0 deletions
7
app-mobilephone/easytether/Manifest
Normal file
7
app-mobilephone/easytether/Manifest
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
DIST easytether_0.8.9_amd64.deb 24776 BLAKE2B 0c5dff6e65cee5b626ac089cfc88d53d355c6f47d05d8b217648d5d6ab3bea38a934c528402386d3455167e2906fefed5df37d6d040c1241d829f377a5292991 SHA512 0722848fc4d782b15dbcb7a7105c66cf9e588409e936f105f6f759e6afd2f82de5b3ea4691519e804dcccd6e68fc1898fb76ef9a50c6b840e7725a6d412748ba
|
||||||
|
DIST easytether_0.8.9_arm64.deb 19536 BLAKE2B 56b74b1bd5f7d68c8beecc1981f4c6fc9fff63a7ae5dd91a640e702e4025ddf525dae15c91340a8934792dff593eee320c264e41f5790f358d035bcdec8d1404 SHA512 9592b5fffb19c042101abcbd06457691c9d483db1c9020912ad14f125ca114f10b42ef7da2fd464e31151631db22b84b638450d21539ea6a0ce4fdcd902ab298
|
||||||
|
DIST easytether_0.8.9_armhf.deb 21876 BLAKE2B a6d880aff49cca1669d102a43e272fa62746c3a4af4d599cdffda5b565d17c099fc73aeb118efaa0b97dc1c7d190fd8a683e6254b432b40d16d76d11bc94bee2 SHA512 e6ef9a7c2ba0b9c43e5c957fc3a2b17c74007b98968c73cd2b8fc2564b87a998cf352ebd3fde648c1fab2e71f3ec3a1179dfd12c79e7e7bb1cf1529c5df137ad
|
||||||
|
DIST easytether_0.8.9_i386.deb 26396 BLAKE2B 1498b5e45465ecda2d53e963ace0b3013c04ce05d4755256c8f1969b91de570145fa831babfcb23cd45c0bd1ad5b16dab82be7ddf27444c864f0e0a0fa3371c1 SHA512 88865bfbe919d01aac096329f507c43f00cfee168198f8cb416ddf2d11a97b856c8830a42f669db672099bef7cc83ccaa242f2116186bb80a4e1bfecab370023
|
||||||
|
DIST easytether_0.8.9_powerpc.deb 15941 BLAKE2B d02d960f367f854a65eaa7ac5b80205be2ad5e4f448530a5bd2307f201084dc55bf31ff5557028ee3c400650f8ad0477fabf9492a2f22b1f4134c3785af4f04a SHA512 2f43f853ef0efbaf1ef81cb76505ac88dc7b7473018bd692a5a20606ac1c8c949f5440577ceed7f5690e7909daf44a059c68740c4aaf3b5b351a7befe4792ff1
|
||||||
|
DIST easytether_0.8.9_ppc64el.deb 22392 BLAKE2B 2eff12911997d8d559a263cb93a219f1cadf6cae0e694ab44f4453316793ddc7193fe9a31642b2105d400a787d6ef68acb68353c502f1044b4bb4e0a2bc3a0f4 SHA512 cc21731006afd6704cc607e647d13107213235dd7585f4176c972faf66193e791bb5aad65fa1081ce6a053ba3a19b39d6f9ab735d1c07fa9e63833be13901300
|
||||||
|
EBUILD easytether-0.8.9.ebuild 1245 BLAKE2B 88d54d056c437d2c95da7ed0b0791821de7a8bae9ce8543795748e00319823a766005d9484827ce1811d1a4ac285aec2b3dc17eff3919b4a8fce0545b04a186d SHA512 d2e0eea812a45010e68296f945e7d9b4c1b4e963290ed67a2dd36a5abecc1fb2b74aacdf8a40fa67815d26af464c81bc5db74821e1ee6db53dae375e1d277151
|
54
app-mobilephone/easytether/easytether-0.8.9.ebuild
Normal file
54
app-mobilephone/easytether/easytether-0.8.9.ebuild
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
inherit fdo-mime font eutils versionator
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64"
|
||||||
|
|
||||||
|
DESCRIPTION="EasyTether is an Android tethering client solution for Linux"
|
||||||
|
HOMEPAGE="http://www.mobile-stream.com/index.html"
|
||||||
|
SRC_URI="amd64? ( http://www.mobile-stream.com/beta/ubuntu/18.04/easytether_${PV}_amd64.deb )
|
||||||
|
x86? ( http://www.mobile-stream.com/beta/ubuntu/18.04/easytether_${PV}_i386.deb )
|
||||||
|
arm64? ( http://www.mobile-stream.com/beta/ubuntu/18.04/easytether_${PV}_arm64.deb )
|
||||||
|
arm? ( http://www.mobile-stream.com/beta/ubuntu/18.04/easytether_${PV}_armhf.deb )
|
||||||
|
ppc? ( http://www.mobile-stream.com/beta/ubuntu/18.04/easytether_${PV}_powerpc.deb )
|
||||||
|
ppc64? ( http://www.mobile-stream.com/beta/ubuntu/18.04/easytether_${PV}_ppc64el.deb )"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
RESTRICT="strip mirror" # mirror as explained at bug #547372
|
||||||
|
LICENSE="easytether-EULA"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
NATIVE_DEPEND=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
${NATIVE_DEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
unpack ./control.tar.xz
|
||||||
|
unpack ./data.tar.xz
|
||||||
|
|
||||||
|
eapply_user
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
doins -r usr
|
||||||
|
doins -r etc
|
||||||
|
doins -r lib
|
||||||
|
doins -r var
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
:
|
||||||
|
}
|
Loading…
Reference in a new issue