Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0286a3e577617c72939d353dee087ac83bd1ad8b
commit 0286a3e577617c72939d353dee087ac83bd1ad8b Author: exceed <[email protected]> Date: Mon Sep 21 22:27:24 2009 +0200 android-sdk-1.6_r1-1-i686 * Version bump * Fix up2date * Fix README.frugalware diff --git a/source/devel-extra/android-sdk/FrugalBuild b/source/devel-extra/android-sdk/FrugalBuild index f85df8f..f364e2f 100644 --- a/source/devel-extra/android-sdk/FrugalBuild +++ b/source/devel-extra/android-sdk/FrugalBuild @@ -2,19 +2,19 @@ # Maintainer: exceed <[email protected]> pkgname=android-sdk -pkgver=1.5_r3 +pkgver=1.6_r1 _F_archive_name=$pkgname-linux_x86 -pkgrel=2 +pkgrel=1 pkgdesc="Software development kit for Android" url="http://developer.android.com" groups=('devel-extra') archs=('i686') rodepends=('ncurses' 'sdl' 'libxext' 'swt') -source=(http://dl.google.com/android/$_F_archive_name-$pkgver.zip README.Frugalware $pkgname.sh) -up2date="lynx -dump $url/sdk/ | grep 'Redirecting to' | cut -d '/' -f3" +source=(http://dl.google.com/android/$_F_archive_name-$pkgver.tgz README.Frugalware $pkgname.sh) +up2date="lynx -dump $url/sdk/ | grep 'Redirecting to' | cut -d '/' -f2" options=('nobuild') -sha1sums=('d737748deb5885b8e87e93b49eb6de413ed3298b' \ - 'dfc76357f11b211ac4cd5884b794a5016b08b943' \ +sha1sums=('18c5d25777839b19e09095fa74b5c3babf18986f' \ + '252bb65b63abefb98702948e07116e478bcff3b5' \ 'cc9288f0e9d2b93150e504f32db1000917ef737b') build() diff --git a/source/devel-extra/android-sdk/README.Frugalware b/source/devel-extra/android-sdk/README.Frugalware index d423d84..e4ab071 100644 --- a/source/devel-extra/android-sdk/README.Frugalware +++ b/source/devel-extra/android-sdk/README.Frugalware @@ -1,16 +1,20 @@ Setting up Android SDK : - +--------------------------------------------- # repoman upd # repoman merge android-sdk -# pacman-g2 -A android-sdk-1.5_r3-1-i686.fpm +# pacman-g2 -A android-sdk-1.6_r1-1-i686.fpm +--------------------------------------------- You should open a new shell to have android-sdk/tools/ in the path. After that, just type "adb" (not "./adb") as mentionned in following links. -If you want to use your Android phone as a proxy, see thes pages : -- with Proxoid : http://code.google.com/p/proxoid/wiki/installationLinux -- Proxoid for french users/HTC G1 : http://blogs.frugalware-fr.org/exceed/2009/08/14/transformer-son-telephone-android-en-modem-usb/ -- with Tetherbot : http://graha.ms/androidproxy/ +If you want to use your Android phone as a proxy, see these pages : + +* with Proxoid : http://code.google.com/p/proxoid/wiki/installationLinux + +* Proxoid for french users/HTC G1 : http://blogs.frugalware-fr.org/exceed/2009/08/14/transformer-son-telephone-android-en-modem-usb/ + +* with Tetherbot : http://graha.ms/androidproxy/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
