# Template file for 'uml-utilities' pkgname=uml-utilities version=20070815 revision=2 wrksrc=tools-${version} distfiles="http://user-mode-linux.sourceforge.net/uml_utilities_${version}.tar.bz2" build_style=gnu-makefile short_desc="User Mode Linux Utilities" maintainer="Juan RP " checksum=f815f591a1c177729546969acf720958c5fd72b8d4d36bae26fdc5b64669b60e long_desc=" User-mode Linux is a port of the Linux kernel to its own system call interface. It provides a kind of virtual machine, which runs Linux as a user process under another Linux kernel. This is useful for kernel development, sandboxing, jailing, experimentation, and many other things. This package contains userspace utilities for use with User-mode Linux, including uml_mconsole, uml_moo, uml_switch, uml_net and tunctl." Add_dependency build readline-devel Add_dependency build ncurses-devel Add_dependency build fuse-devel pre_build() { sed -i -e "s|lib64|lib|" Makefile }