diff options
Diffstat (limited to 'sys-libs/libvserver/libvserver-0.1.ebuild')
-rw-r--r-- | sys-libs/libvserver/libvserver-0.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-libs/libvserver/libvserver-0.1.ebuild b/sys-libs/libvserver/libvserver-0.1.ebuild new file mode 100644 index 000000000000..b49f327d7cc1 --- /dev/null +++ b/sys-libs/libvserver/libvserver-0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvserver/libvserver-0.1.ebuild,v 1.1 2005/07/20 06:25:03 hollow Exp $ + +DESCRIPTION="Linux-VServer syscall library" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +HOMEPAGE="http://dev.gentoo.org/~hollow/vserver/libvserver/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="" + +src_install() { + make DESTDIR=${D} install || die "make install failed" +} |