Added uml-utilities-20070815 build template.

This commit is contained in:
Juan RP 2011-02-08 17:54:48 +01:00
parent 1118771640
commit 2a1af6b3d1

View file

@ -0,0 +1,30 @@
# Template file for 'uml-utilities'
pkgname=uml-utilities
version=20070815
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 <xtraeme@gmail.com>"
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 run glibc
Add_dependency run readline
Add_dependency run ncurses-libs
Add_dependency run fuse
Add_dependency build readline-devel
Add_dependency build ncurses-devel
Add_dependency build fuse-devel
pre_build()
{
sed -i -e "s|lib64|lib|" Makefile
}