123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>android-tools</Name>
- <Homepage>https://developer.android.com/studio</Homepage>
- <Packager>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>Custom</License>
- <PartOf>programming.tools</PartOf>
- <Summary xml:lang="en">Android Platform Tools</Summary>
- <Description xml:lang="en">Android Platform Tools</Description>
- <Archive type="tarxz" sha1sum="3c705c54b1b7d3165b2812cf102fb42a8708d4e5">https://github.com/nmeum/android-tools/releases/download/35.0.2/android-tools-35.0.2.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>gcc</Dependency>
- <Dependency>perl</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>golang</Dependency>
- <Dependency>fmt-devel</Dependency>
- <Dependency>lz4-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>gtest-devel</Dependency>
- <Dependency>zstd-devel</Dependency>
- <Dependency>eudev-devel</Dependency>
- <Dependency>brotli-devel</Dependency>
- <Dependency>libusb-devel</Dependency>
- <Dependency>libpcre-devel</Dependency>
- <Dependency versionFrom="3.21.8">protobuf-devel</Dependency>
- <Dependency>libpcre2-devel</Dependency>
- <Dependency>libunwind-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>android-tools</Name>
- <Summary xml:lang="en">Android Platform Tools</Summary>
- <Description xml:lang="en">Android Platform Tools</Description>
- <PartOf>programming.tools</PartOf>
- <RuntimeDependencies>
- <Dependency>lz4</Dependency>
- <Dependency>fmt</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>zstd</Dependency>
- <Dependency>gtest</Dependency>
- <Dependency>brotli</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libusb</Dependency>
- <Dependency>libpcre</Dependency>
- <Dependency>protobuf</Dependency>
- <Dependency>libpcre2</Dependency>
- <Dependency>libunwind</Dependency>
- <Dependency>android-udev</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-11-29</Date>
- <Version>35.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2023-09-05</Date>
- <Version>34.0.4</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2023-06-11</Date>
- <Version>34.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-10-22</Date>
- <Version>33.0.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-06-28</Date>
- <Version>31.03</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2022-05-03</Date>
- <Version>31.03</Version>
- <Comment>First Release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|