contrib/dmidecode/Pkgfile

18 lines
475 B
Plaintext
Raw Normal View History

# Description: System's hardware information of your BIOS according to SMBIOS/DMI standard.
2008-01-04 13:22:21 +01:00
# URL: http://www.nongnu.org/dmidecode/
2008-05-15 08:37:49 +02:00
# Maintainer: Victor Martinez, pitillo at ono dot com
2008-01-04 13:22:21 +01:00
# Depends on:
name=dmidecode
version=2.9
release=2
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2008-01-04 13:22:21 +01:00
sed -e 's|/usr/local|/usr|' -e 's|/share/man|/man|' -i Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
2008-01-04 13:22:21 +01:00
}