Page MenuHomeSolus

D4804.diff
No OneTemporary

D4804.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,5 @@
+libc.so.6
+libcrypto.so.1.0.0
+libpthread.so.0
+libselinux.so.1
+libz.so.1
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,18 @@
+name : android-tools
+version : 5.1
+release : 1
+source :
+ - https://github.com/ubports/android-tools/archive/5.1-r1.tar.gz : e90593579c1b4b3806b23e509a10465e0548fcf968a018d13e989972c8c9fd96
+license : Apache-2.0
+summary : Android development tools (adb and fastboot)
+component : programming.tools
+description: |
+ Android development tools, this includes adb (android debug bridge) and fastboot (diagnostic protocol for androids fastboot bootloader)
+builddeps :
+ - libselinux-devel
+ - zlib-devel
+ - openssl-devel
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>android-tools</Name>
+ <Packager>
+ <Name>Marius Gripsgard</Name>
+ <Email>marius@ubports.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Android development tools (adb and fastboot)</Summary>
+ <Description xml:lang="en">Android development tools, this includes adb (android debug bridge) and fastboot (diagnostic protocol for androids fastboot bootloader)
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>android-tools</Name>
+ <Summary xml:lang="en">Android development tools (adb and fastboot)</Summary>
+ <Description xml:lang="en">Android development tools, this includes adb (android debug bridge) and fastboot (diagnostic protocol for androids fastboot bootloader)
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/adb</Path>
+ <Path fileType="executable">/usr/bin/fastboot</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-12-24</Date>
+ <Version>5.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Marius Gripsgard</Name>
+ <Email>marius@ubports.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 18 2023, 6:38 AM (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792293
Default Alt Text
D4804.diff (2 KB)

Event Timeline