forked from ports/contrib
flashrom: initial commit, version 1.3.0
This commit is contained in:
parent
7d69eb413e
commit
68d350827c
16
flashrom/.footprint
Normal file
16
flashrom/.footprint
Normal file
@ -0,0 +1,16 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/libflashrom.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libflashrom.a
|
||||
lrwxrwxrwx root/root usr/lib/libflashrom.so -> libflashrom.so.1
|
||||
lrwxrwxrwx root/root usr/lib/libflashrom.so.1 -> libflashrom.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libflashrom.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/flashrom.pc
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/flashrom
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/flashrom.8.gz
|
5
flashrom/.signature
Normal file
5
flashrom/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/6QQynIiH/QnjnGu5z8Cxw8hpVjer3DRx/9/nrj/NP1I8Oi2t9bGmvyqToOLefwxVaaeeFo4I5GdoW7UFixkQk=
|
||||
SHA256 (Pkgfile) = 04c5d6d1d104ba0dc95bfef319ec23d1559bd9b4d2e6bee3ba510ed9a5ead873
|
||||
SHA256 (.footprint) = 15b8ef5220f61c25c077a1a2ffa8cf871643043beb78231ea86d7c7dc79d93c0
|
||||
SHA256 (flashrom-v1.3.0.tar.bz2) = a053234453ccd012e79f3443bdcc61625cf97b7fd7cb4cdd8bfbffbe8b149623
|
21
flashrom/Pkgfile
Normal file
21
flashrom/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: a utility for identifying, reading, writing, verifying and erasing flash chips
|
||||
# URL: https://www.flashrom.org/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: libftdi libjaylink pciutils
|
||||
# Optional: dmidecode
|
||||
|
||||
name=flashrom
|
||||
version=1.3.0
|
||||
release=1
|
||||
source=(https://download.flashrom.org/releases/$name-v$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
meson setup $name-v$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user