wok diff perdition-dev/receipt @ rev 16397

Add: android-sdk, android-platform-tools, android-build-tools (I want to install over an android tablet and abd is needed)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 09:06:56 2014 +0200 (2014-04-16)
parents 28148b876a49
children 9689f1b75619
line diff
     1.1 --- a/perdition-dev/receipt	Mon Mar 28 20:13:28 2011 +0000
     1.2 +++ b/perdition-dev/receipt	Wed Apr 16 09:06:56 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="IMAP/POP proxy development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://www.vergenet.net/linux/perdition"
     1.9  DEPENDS="perdititon"
    1.10  WANTED="perdition"
    1.11 @@ -13,6 +14,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.17  }
    1.18