contrib/dmidecode/Pkgfile

17 lines
459 B
Plaintext
Raw Normal View History

# Description: System's hardware information of your BIOS according to SMBIOS/DMI standard.
2020-01-01 06:04:41 +01:00
# URL: https://www.nongnu.org/dmidecode/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-01-04 13:22:21 +01:00
name=dmidecode
2022-07-02 15:09:40 +02:00
version=3.4
2009-03-24 09:23:29 +01:00
release=1
2020-01-01 06:04:41 +01:00
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz)
2008-01-04 13:22:21 +01:00
build() {
2010-06-30 14:59:48 +02:00
cd $name-$version
2020-01-01 06:04:41 +01:00
make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
make prefix=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
2008-01-04 13:22:21 +01:00
}