2008-02-08 01:45:05 +01:00
|
|
|
# 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
|
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() {
|
2008-02-08 01:45:05 +01:00
|
|
|
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
|
2008-02-08 01:45:05 +01:00
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share
|
2008-01-04 13:22:21 +01:00
|
|
|
}
|