Package Details: flashprog 1.0.1-1

Git Clone URL: https://aur.archlinux.org/flashprog.git (read-only, click to copy)
Package Base: flashprog
Description: Flashprog is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI).
Upstream URL: https://flashprog.org/
Licenses: GPL
Submitter: icon
Maintainer: icon
Last Packager: icon
Votes: 2
Popularity: 0.40
First Submitted: 2024-01-09 20:57 (UTC)
Last Updated: 2024-02-12 22:40 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

luluco250 commented on 2024-05-11 01:37 (UTC)

It looks like ich_descriptors_tool has to be compiled, I ended up having to add this to build() to get the package to build:

build() {
    cd "${srcdir}/${pkgname}"
    make
    cd 'util/ich_descriptors_tool'
    make
}