mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
29 lines
828 B
Bash
29 lines
828 B
Bash
# 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
|
|
}
|