mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
dmidecode: bump version.
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
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/"
|
||||
COPYRIGHT="2000-2002 Alan Cox, 2002-2010 Jean Delvare"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/dmidecode/dmidecode-2.12.tar.gz"
|
||||
CHECKSUM_SHA256="5a8214b99c1762f4510bd92baa279336e5fed6e5cd2e418d46d95a4ecc783922"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
dmidecode = $portVersion
|
||||
cmd:dmidecode = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install prefix=$prefix \
|
||||
sbindir=$prefix/bin \
|
||||
mandir=$prefix/documentation/man \
|
||||
docdir=$prefix/documentation/dmidecode
|
||||
}
|
||||
@@ -4,9 +4,9 @@ in your system BIOS according to the SMBIOS/DMI standard"
|
||||
HOMEPAGE="http://www.nongnu.org/dmidecode/"
|
||||
COPYRIGHT="2000-2002 Alan Cox, 2002-2010 Jean Delvare"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/dmidecode/dmidecode-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b5ffe3e9d9b70addc0e84dc4a955ac1005d5ad07ec0dbf98b5ea208480711bc0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/dmidecode/dmidecode-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -31,7 +31,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
make LDFLAGS="-lnetwork"
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
Reference in New Issue
Block a user