pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>android-tools</Name>
  6. <Homepage>https://developer.android.com/studio</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>Custom</License>
  12. <PartOf>programming.tools</PartOf>
  13. <Summary xml:lang="en">Android Platform Tools</Summary>
  14. <Description xml:lang="en">Android Platform Tools</Description>
  15. <Archive type="binary" sha1sum="668ff8e319715175ff628ad52b124f154275fe2d">https://dl.google.com/android/repository/platform-tools_r26.0.2-linux.zip</Archive>
  16. <BuildDependencies>
  17. <Dependency>unzip</Dependency>
  18. <Dependency>libusb-devel</Dependency>
  19. <Dependency>libpcre-devel</Dependency>
  20. <Dependency>ninja</Dependency>
  21. <Dependency>ruby-devel</Dependency>
  22. <Dependency>qt5-base-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>android-tools</Name>
  27. <Summary xml:lang="en">Android Platform Tools</Summary>
  28. <Description xml:lang="en">Android Platform Tools</Description>
  29. <PartOf>programming.tools</PartOf>
  30. <RuntimeDependencies>
  31. <Dependency>libgcc</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="data">/usr/bin/adb</Path>
  35. <Path fileType="data">/usr/bin/fastboot</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2016-11-12</Date>
  41. <Version>26.02</Version>
  42. <Comment>First Release</Comment>
  43. <Name>Stefan Gronewold</Name>
  44. <Email>groni@pisilinux.org</Email>
  45. </Update>
  46. </History>
  47. </PISI>