archrelease: copy trunk to staging-x86_64
[arch-packages.git] / hwdata / trunk / PKGBUILD
blob734b4449ea2ba4cb8f1475a8ad62bdaf013bb9ae
1 # Maintainer: Tobias Powalowski <tpowa@archlinux.org>
2 pkgname=hwdata
3 pkgver=0.370
4 pkgrel=1
5 pkgdesc="hardware identification databases"
6 makedepends=('git')
7 replaces=('hwids')
8 url=https://github.com/vcrhonek/hwdata
9 license=('GPL2')
10 arch=('any')
11 source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
12 validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
13 sha256sums=('SKIP')
15 build() {
16   cd ${pkgname}
17   ./configure --prefix=/usr --disable-blacklist
20 package() {
21   cd ${pkgname}
22   make DESTDIR="${pkgdir}" install