contrib/dmidecode/Pkgfile
2009-03-24 09:23:29 +01:00

18 lines
476 B
Plaintext

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