Files
ports/main/dmidecode/spkgbuild
2023-03-15 20:04:17 +00:00

16 lines
414 B
Plaintext

# description : System's hardware information of your BIOS according to SMBIOS/DMI standard.
# homepage : https://www.nongnu.org/dmidecode/
name=dmidecode
version=3.5
release=1
source="https://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz"
build() {
cd $name-$version
make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
make prefix=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}