smartmontools: Added 5.37. Consolidated common stuff into .inc.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 29 Dec 2006 23:01:13 +0000 (23:01 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 29 Dec 2006 23:01:13 +0000 (23:01 +0000)
packages/smartmontools/smartmontools.inc [new file with mode: 0644]
packages/smartmontools/smartmontools_5.33.bb
packages/smartmontools/smartmontools_5.37.bb [new file with mode: 0644]

diff --git a/packages/smartmontools/smartmontools.inc b/packages/smartmontools/smartmontools.inc
new file mode 100644 (file)
index 0000000..908343d
--- /dev/null
@@ -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
index 908343d..ec9a10d 100644 (file)
@@ -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 (file)
index 0000000..ec9a10d
--- /dev/null
@@ -0,0 +1 @@
+include smartmontools.inc