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 @@ + + + android-tools + + Marius Gripsgard + marius@ubports.com + + Apache-2.0 + programming.tools + Android development tools (adb and fastboot) + Android development tools, this includes adb (android debug bridge) and fastboot (diagnostic protocol for androids fastboot bootloader) + + https://solus-project.com/sources/README.Solus + + + android-tools + Android development tools (adb and fastboot) + Android development tools, this includes adb (android debug bridge) and fastboot (diagnostic protocol for androids fastboot bootloader) + + programming.tools + + /usr/bin/adb + /usr/bin/fastboot + + + + + 2018-12-24 + 5.1 + Packaging update + Marius Gripsgard + marius@ubports.com + + + \ No newline at end of file