23 lines
692 B
Text
23 lines
692 B
Text
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
|
pkgname=hwdata
|
|
pkgver=0.387
|
|
pkgrel=1
|
|
pkgdesc="hardware identification databases"
|
|
makedepends=('git')
|
|
replaces=('hwids')
|
|
url=https://github.com/vcrhonek/hwdata
|
|
license=('GPL-2.0-or-later')
|
|
arch=('any')
|
|
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
|
|
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
|
|
b2sums=('d7a436035b132706a8af6f60fbbc2f7604014866fb929fd52ea7a95f8db5bd6255831f58f6a29b1d81ae9190bd57402a10d0e8d8a01f07d875ac329ae14a54da')
|
|
|
|
build() {
|
|
cd ${pkgname}
|
|
./configure --prefix=/usr --disable-blacklist
|
|
}
|
|
|
|
package() {
|
|
cd ${pkgname}
|
|
make DESTDIR="${pkgdir}" install
|
|
}
|