summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-12-23 06:32:23 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-12-23 06:32:23 +0000
commitaaa2ac28234ca84d4a425567c0c351a20b6645cb (patch)
tree1e63cfcda0f3a566bd0a3c112efedeaa5cd56428 /sys-libs/libvserver/libvserver-1.0.ebuild
parentStable on x86; bug #116369 (diff)
downloadgentoo-2-aaa2ac28234ca84d4a425567c0c351a20b6645cb.tar.gz
gentoo-2-aaa2ac28234ca84d4a425567c0c351a20b6645cb.tar.bz2
gentoo-2-aaa2ac28234ca84d4a425567c0c351a20b6645cb.zip
Version bump
(Portage version: 2.0.53)
Diffstat (limited to 'sys-libs/libvserver/libvserver-1.0.ebuild')
-rw-r--r--sys-libs/libvserver/libvserver-1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-libs/libvserver/libvserver-1.0.ebuild b/sys-libs/libvserver/libvserver-1.0.ebuild
new file mode 100644
index 000000000000..69e33fa4b6c4
--- /dev/null
+++ b/sys-libs/libvserver/libvserver-1.0.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-1.0.ebuild,v 1.1 2005/12/23 06:32:23 hollow Exp $
+
+DESCRIPTION="Linux-VServer syscall library"
+HOMEPAGE="http://dev.croup.de/proj/libvserver"
+SRC_URI="http://dev.gentoo.org/~hollow/libvserver/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+}