mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/smartmontools: metadata fixes
* The package can do SATA and NVMe, not just ATA and SCSI drives. * Specify GPL version. * Split OpenRC files. * Add HTTPS site.
This commit is contained in:
parent
7bfac8bd61
commit
f9c196f688
@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=smartmontools
|
pkgname=smartmontools
|
||||||
pkgver=6.6
|
pkgver=6.6
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives."
|
pkgdesc="Control and monitor S.M.A.R.T. enabled hard drives"
|
||||||
url="http://smartmontools.sourceforge.net"
|
url="https://www.smartmontools.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL"
|
license="GPL-2.0+"
|
||||||
makedepends="linux-headers"
|
makedepends="linux-headers"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc $pkgname-openrc"
|
||||||
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
|
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
|
||||||
smartd.initd
|
smartd.initd
|
||||||
smartd.confd
|
smartd.confd
|
||||||
|
Loading…
Reference in New Issue
Block a user