mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
hdparm: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c091335aae
commit
b96e42a855
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
make binprefix="/usr" \
|
make binprefix="/usr" \
|
||||||
sbindir="/sbin" \
|
sbindir="/sbin" \
|
||||||
|
14
packages/tools/hdparm/meta
Normal file
14
packages/tools/hdparm/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="hdparm"
|
||||||
|
PKG_VERSION="9.36"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="BSD"
|
||||||
|
PKG_SITE="http://sourceforge.net/projects/hdparm/"
|
||||||
|
PKG_URL="http://downloads.sourceforge.net/project/$PKG_NAME/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="tools"
|
||||||
|
PKG_SHORTDESC="hdparm: Get/set hard disk parameters"
|
||||||
|
PKG_LONGDESC="Shell utility to access/tune ioctl features of the Linux IDE driver and IDE drives."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-9.36.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user