summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 63b543d3a7ba49adda29176c365ba7554799cc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Mantainer: Daniel Urdiales <daniurdi46@gmail.com>

pkgname=qdl-git
pkgver=760b3dffb03d2b7dfb82c6eac652a092f51c572d
pkgrel=0
pkgdesc="This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images"
arch=(any)
url="https://git.linaro.org/landing-teams/working/qualcomm/qdl.git"
license=(GPL)
depends=('libxml2')
source=("git://git.linaro.org/landing-teams/working/qualcomm/qdl.git")
sha512sums=('SKIP')

prepare() {
	cd qdl
	git reset --hard $pkgver
}

build() {
	cd qdl
	make
}

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