diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-29 23:02:27 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-29 23:02:27 +0000 |
commit | 52e511d3706902fe9ba21a4c870ea28fe3f2e41c (patch) | |
tree | 7531cd5ec17e1e13753e955da694d942c851966b /packages/smartmontools/smartmontools.inc | |
parent | dc08d40ce15f8cc52701ae4ea131d4aff8069522 (diff) | |
parent | f3aef60cd7c0459d267edfdd8e38fcec9cfeaaff (diff) |
merge of '71838e03ecc147470b6b605de0819927c7cebc0c'
and 'dfd0a4eedaac873d1faa67482887a8505c8214b6'
Diffstat (limited to 'packages/smartmontools/smartmontools.inc')
-rw-r--r-- | packages/smartmontools/smartmontools.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/smartmontools/smartmontools.inc b/packages/smartmontools/smartmontools.inc new file mode 100644 index 0000000000..908343d548 --- /dev/null +++ b/packages/smartmontools/smartmontools.inc @@ -0,0 +1,8 @@ +SECTION = "console/utils" +DESCRIPTION = "Control and monitor storage systems using S.M.A.R.T." +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/smartmontools/smartmontools-${PV}.tar.gz" +S = "${WORKDIR}/smartmontools-${PV}" + +inherit autotools |