mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
dmidecode: Add updated recipe
This commit is contained in:
39
sys-apps/dmidecode/dmidecode-2.12.recipe
Normal file
39
sys-apps/dmidecode/dmidecode-2.12.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY="Decodes BIOS SMBIOS/DMI tables"
|
||||
DESCRIPTION="Reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard"
|
||||
HOMEPAGE="http://www.nongnu.org/dmidecode/"
|
||||
SRC_URI="http://download.savannah.gnu.org/releases/dmidecode/dmidecode-2.12.tar.gz"
|
||||
CHECKSUM_MD5="02ee243e1ecac7fe0d04428aec85f63a"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2002 Alan Cox, 2002-2010 Jean Delvare"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
dmidecode = $portVersion
|
||||
cmd:dmidecode = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install prefix=$prefix \
|
||||
sbindir=$prefix/bin \
|
||||
mandir=$prefix/documentation/man \
|
||||
docdir=$prefix/documentation/dmidecode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user