# Contributor: Francesco Colista # Maintainer: Nathan Angelacos pkgname=flashrom pkgver=1.0 pkgrel=3 pkgdesc="A utility for identifying, reading, writing, verifying and erasing flash chips" url="https://www.flashrom.org/Flashrom" arch="all" license="GPL" depends=dmidecode makedepends="pciutils-dev libusb-compat-dev linux-headers" subpackages="$pkgname-doc" install="$pkgname.post-install" options="!check" # no test suite source="https://download.flashrom.org/releases/flashrom-$pkgver.tar.bz2 sst26.patch musl-ffs.patch libusb_set_option.patch " builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" make PREFIX=/usr/ } package() { cd "$builddir" make PREFIX="$pkgdir/usr/" install } sha512sums="355ac1322421b2fd699deb0ceff8555c9e89062e639de674c62f1fdacad9ed9351fe89e4c14e22f07a6d4e2e2f070fd4d2ed1cd347a20069f2505966b5c29e0e flashrom-1.0.tar.bz2 545dfadf8d0c53c9b0116af29eb4454b09ec74b2e906258aa7fcedb472957941a405273fae8ccd1e2f2ec5a848780a8191fcde80e2714573c76b3cd35ab279fa sst26.patch 371131e37ee0f2ce31b5dd264707b91817a2f0a3654943e6b3430df862d4bb64f27117c1c94276cb447f5b45f1771b9997f9c96423d68c6dd4565c1e1f442a5e musl-ffs.patch 1b50b760cfc5fc272b8fd87672308737641cca99cbdb79b73005e5d5ac37f371639990eb9573e31b23ccf63d364d044e16d9db6f6149203843b1aed91d69f3ab libusb_set_option.patch"