mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
748 B
Plaintext
17 lines
748 B
Plaintext
PKG_NAME="libatasmart"
|
|
PKG_VERSION="0.17"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://0pointer.de/blog/projects/being-smart.html"
|
|
PKG_URL="http://0pointer.de/public/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="udev"
|
|
PKG_BUILD_DEPENDS="toolchain udev"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="libatasmart: a lean, small and clean implementation of an ATA S.M.A.R.T. reading and parsing library"
|
|
PKG_LONGDESC="libatasmart is a lean, small and clean implementation of an ATA S.M.A.R.T. reading and parsing library. It's fairly comprehensive, however I only support a subset of the full S.M.A.R.T. set of functions: those parts which made sense to me, not the esoteric stuff."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|