smlinux/base/hdparm/hdparm.SMBuild
PktSurf 0e36a18b56 Fixed CFLAGS variable in base/{db,gawk}
Converted uppercase variables to lowercase variables in base/fftw
Insert CFLAGS into following build files since the CFLAGS set by bldpkg are not respected by the build systems of these packages:
-> giflib
-> git
-> libelf-compat
Discarded V=s and V=1 arguments from make command in base/{hdparm,hunspell,jam}
Discarded CPU architecture check and related builddist variable from base/gmp
Removed command to discard static library in base/libaio
Temporarily commented out sed command in base/libxml2
2022-10-04 20:20:41 +05:30

27 lines
645 B
Text
Executable file

app=hdparm
version=9.58
build=1sml
homepage="https://sourceforge.net/projects/hdparm"
download="https://sourceforge.net/projects/hdparm/files/hdparm/hdparm-$version.tar.gz"
desc="Hard disk information utility"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
make
make install DESTDIR=$pkg mandir="/share/man" sbindir="/bin"
cp LICENSE.TXT $pkgdocs/
mkfinalpkg
}
sha512sums="
2c87e03c7ccb85b57851ea2f9d69688a62c264ae76bf10e08b6bb13813cdd33b76226ad21961e44e21fedd7aff9900ecfe4992426589ff4ce8bd67a7cd141f25 hdparm-9.58.tar.lz
"