contrib/dmidecode/Pkgfile

24 lines
571 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/
2010-06-30 14:59:48 +02:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Victor Martinez, pitillo at ono dot com
2008-01-04 13:22:21 +01:00
# Depends on:
name=dmidecode
2009-03-24 09:23:29 +01:00
version=2.10
release=1
2008-01-04 13:22:21 +01:00
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
2010-06-30 14:59:48 +02:00
cd $name-$version
sed -i \
-e 's|/usr/local|/usr|' \
-e 's|/share/man|/man|' Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
2008-01-04 13:22:21 +01:00
}