Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=debcaba4203d92d5ab399582456419d5fb972950
commit debcaba4203d92d5ab399582456419d5fb972950 Author: exceed <[email protected]> Date: Thu Aug 13 15:03:46 2009 +0000 android-sdk-1.5_r3-1-i686 * New package diff --git a/source/devel-extra/android-sdk/FrugalBuild b/source/devel-extra/android-sdk/FrugalBuild new file mode 100644 index 0000000..83b798c --- /dev/null +++ b/source/devel-extra/android-sdk/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling Time: 0.06 SBU +# Maintainer: exceed <[email protected]> + +pkgname=android-sdk +pkgver=1.5_r3 +_F_archive_name=$pkgname-linux_x86 +pkgrel=1 +pkgdesc="Sofware developpement 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 $pkgname.sh) +up2date="lynx -dump $url/sdk/ | grep 'Redirecting to' | cut -d '/' -f3" +Options=('nobuild') +sha1sums=('d737748deb5885b8e87e93b49eb6de413ed3298b' \ + 'cc9288f0e9d2b93150e504f32db1000917ef737b') + +build() +{ + Fmkdir /usr/lib /etc/profile.d /usr/share/doc + Finstallrel 755 ${pkgname}.sh /etc/profile.d + Fcp $_F_archive_name-$pkgver /usr/lib/$pkgname + Fdirschmod /usr/lib/$pkgname 755 + Ffileschmod /usr/lib/$pkgname/tools 755 + Fmv /usr/lib/$pkgname/docs /usr/share/doc/$pkgname-$pkgver +} + diff --git a/source/devel-extra/android-sdk/android-sdk.sh b/source/devel-extra/android-sdk/android-sdk.sh new file mode 100644 index 0000000..1195390 --- /dev/null +++ b/source/devel-extra/android-sdk/android-sdk.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# /etc/profile.d/android-sdk.sh + +export PATH=$PATH:/usr/lib/android-sdk/tools _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
