diff --git a/utils/yum/BUILD b/utils/yum/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/yum/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/yum/DEPENDS b/utils/yum/DEPENDS
new file mode 100755
index 0000000..efe5cf0
--- /dev/null
+++ b/utils/yum/DEPENDS
@@ -0,0 +1,2 @@
+depends rpm &&
+depends python
diff --git a/utils/yum/DETAILS b/utils/yum/DETAILS
new file mode 100755
index 0000000..4516fde
--- /dev/null
+++ b/utils/yum/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=yum
+ VERSION=3.2.27
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.baseurl.org/download/3.2/${SOURCE}
+
SOURCE_HASH=sha512:12ece0a9e70bcaff1a9a357096e652e962c7fdf4ceae391d2c90c970645bf667ee47c8f86bef55347f6e3c7d500028c12f405aafb47e550aa659748194e300c9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://yum.baseurl.org/"
+ LICENSE[0]="GPL"
+ ENTERED=20100531
+ KEYWORDS=""
+ SHORT="Yum Package Manager"
+cat << EOF
+Yum is an automatic updater and package installer/remover for rpm systems. It
+automatically computes dependencies and figures out what things should occur
+to install packages. It makes it easier to maintain groups of machines
without
+having to manually update each one using rpm. Yum has a plugin interface for
+adding simple features. Yum can also be used from other python programs via
+its module inteface.
+EOF
diff --git a/utils/yum/HISTORY b/utils/yum/HISTORY
new file mode 100644
index 0000000..102ad29
--- /dev/null
+++ b/utils/yum/HISTORY
@@ -0,0 +1,3 @@
+2010-05-31 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/utils/yum/INSTALL b/utils/yum/INSTALL
new file mode 100755
index 0000000..8017322
--- /dev/null
+++ b/utils/yum/INSTALL
@@ -0,0 +1 @@
+make DESTDIR="/" install
[SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b8bc174f0b705ea3831f09e7fecdff2f1c4b8449),
Andraž 'ruskie' Levstik, 07/23/2010