pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Android adb toolkit on NetBSD, any takers?
On Sun, Mar 01, 2015 at 11:59:30AM +0530, Mayuresh wrote:
> Where could I try to get the distfile from?
Looked at the master site list of FreeBSD port and got this:
https://codeload.github.com/android/platform_system_core/legacy.tar.gz/android-5.0.0_r7?dummy=/
However distinfo is different. (Size differs by 1 byte!?)
Besides distinfo, following change was needed. Please see the patch and
advise whether I can commit.
I do not know how to update the MASTER_SITES though.
--- Makefile 28 Feb 2015 21:46:37 -0000 1.2
+++ Makefile 1 Mar 2015 06:55:36 -0000
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= android-5.0.2_r1
+DISTNAME= android-platform_system_core-android-5.0.2_r1-0-g8032f3b
PKGNAME= android-tools-adb-5.0.2
CATEGORIES= devel
MASTER_SITES= https://github.com/android/platform_system_core/archive/
@@ -10,7 +10,7 @@
COMMENT= Android debug bridge command line tool
LICENSE= apache-2.0
-WRKSRC= ${WRKDIR}/platform_system_core-android-5.0.2_r1/adb
+WRKSRC= ${WRKDIR}/android-platform_system_core-7223571/adb
USE_TOOLS+= gmake
MAKE_JOBS_SAFE= no
Mayuresh
Home |
Main Index |
Thread Index |
Old Index