diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-29 23:01:13 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-29 23:01:13 +0000 |
commit | f3aef60cd7c0459d267edfdd8e38fcec9cfeaaff (patch) | |
tree | 430e8348ed5be12d8ea89699fd98501b640a405f /packages/smartmontools | |
parent | 7609259d5057b17caf256733fc1f5955ab4cd5f5 (diff) |
smartmontools: Added 5.37. Consolidated common stuff into .inc.
Diffstat (limited to 'packages/smartmontools')
-rw-r--r-- | packages/smartmontools/smartmontools.inc | 8 | ||||
-rw-r--r-- | packages/smartmontools/smartmontools_5.33.bb | 9 | ||||
-rw-r--r-- | packages/smartmontools/smartmontools_5.37.bb | 1 |
3 files changed, 10 insertions, 8 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 diff --git a/packages/smartmontools/smartmontools_5.33.bb b/packages/smartmontools/smartmontools_5.33.bb index 908343d548..ec9a10d4c5 100644 --- a/packages/smartmontools/smartmontools_5.33.bb +++ b/packages/smartmontools/smartmontools_5.33.bb @@ -1,8 +1 @@ -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 +include smartmontools.inc diff --git a/packages/smartmontools/smartmontools_5.37.bb b/packages/smartmontools/smartmontools_5.37.bb new file mode 100644 index 0000000000..ec9a10d4c5 --- /dev/null +++ b/packages/smartmontools/smartmontools_5.37.bb @@ -0,0 +1 @@ +include smartmontools.inc |