contrib/dmidecode/Pkgfile
2014-11-10 23:28:51 +11:00

24 lines
556 B
Plaintext

# Description: System's hardware information of your BIOS according to SMBIOS/DMI standard.
# URL: http://www.nongnu.org/dmidecode/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Victor Martinez, pitillo at ono dot com
name=dmidecode
version=2.12
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i \
-e 's|/usr/local|/usr|' \
-e 's|/share/man|/man|' \
-e '42d' Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
}