set branch [join [lrange [split ${version} .] 0 1] .]
categories sysutils archivers
description Automatic updater and package installer/remover for RPM
long_description 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.
homepage http://yum.baseurl.org/
master_sites ${homepage}download/${branch}/
checksums md5 8b6b106190980c606b77ebf6a81b5f70 \
sha1 30207763c6a6fbf2f5dc32512bd3eb208f7d39d1 \
rmd160 ab885fc93875925ae57ceabc8731357221d1fae3
patchfiles patch-prefix.diff patch-sqlutils.py patch-packages.py
depends_lib path:lib/python2.7/site-packages/rpm/__init__.py:rpm port:python27 port:py27-urlgrabber port:py27-libxml2 port:py27-yum-metadata-parser port:py27-iniparse port:py27-pygpgme
depends_build port:intltool port:py27-nose
foreach patch $patchfiles {
system "cd '${workpath}/${distname}' && \
sed -e 's#@@PREFIX@@#${prefix}#g' -e 's#@@PYTHON@@#${python.bin}#g' '${filespath}/${patch}' | patch -p0"
# problem with case-insensitive filesystem:
file delete ${workpath}/${distname}/INSTALL
destroot.args PYSYSDIR="${prefix}"
build.args-append PYTHON="${python.bin}"
destroot.args-append PYTHON="${python.bin}"
xinstall -d -m 755 ${destroot}${prefix}/etc/yum/repos.d
xinstall -d -m 755 ${destroot}${prefix}/var/cache/yum/release/headers
xinstall -d -m 755 ${destroot}${prefix}/var/cache/yum/release/packages
copy -force ${filespath}/yum.conf ${destroot}${prefix}/etc/yum/yum.conf
reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}${prefix}/etc/yum/yum.conf
reinplace "s|@@PLATFORM@@|${os.platform}|g" ${destroot}${prefix}/etc/yum/yum.conf
destroot.keepdirs ${destroot}${prefix}/etc/yum/repos.d \