# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
# Contributor: Anatol Pomozov
# Contributor: 謝致邦 <Yeking@Red54.com>
# Contributor: Alucryd <alucryd at gmail dot com>

pkgname=android-tools-fsutils
pkgver=4.2.2_r1.2
pkgrel=1
pkgdesc='Android platform filesystem tools'
arch=(i686 x86_64)
url='http://tools.android.com/'
license=(Apache MIT)
makedepends=(git)
source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
        git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
        git+https://android.googlesource.com/platform/external/libselinux#tag=android-$pkgver
        Makefile)
sha1sums=('SKIP'
          'SKIP'
          'SKIP'
          'c08c0f2a09d2cb306bdf840016812954b868b525')

build() {
  make
}

package(){
  make DESTDIR="$pkgdir" install
}