summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-12-15 00:16:58 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-12-15 00:16:58 +0000
commitb5a23e9b203654dbdae73b2f3821a3f75b879303 (patch)
tree7929fbe82a2c54086ea7f3dc733fff405d081db5 /sys-apps/keyutils/keyutils-1.0.ebuild
parentneed zip to unpack as pointed out by morfic (diff)
downloadgentoo-2-b5a23e9b203654dbdae73b2f3821a3f75b879303.tar.gz
gentoo-2-b5a23e9b203654dbdae73b2f3821a3f75b879303.tar.bz2
gentoo-2-b5a23e9b203654dbdae73b2f3821a3f75b879303.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.0.53)
Diffstat (limited to 'sys-apps/keyutils/keyutils-1.0.ebuild')
-rw-r--r--sys-apps/keyutils/keyutils-1.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/keyutils/keyutils-1.0.ebuild b/sys-apps/keyutils/keyutils-1.0.ebuild
new file mode 100644
index 000000000000..c4731f60ebf9
--- /dev/null
+++ b/sys-apps/keyutils/keyutils-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/keyutils/keyutils-1.0.ebuild,v 1.1 2005/12/15 00:16:58 robbat2 Exp $
+
+DESCRIPTION="Linux Key Management Utilities"
+HOMEPAGE="http://www.kernel.org/"
+SRC_URI="http://people.redhat.com/~dhowells/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=sys-kernel/linux-headers-2.6.11"
+#RDEPEND=""
+
+src_compile() {
+ make CFLAGS="-Wall ${CFLAGS}"
+}
+
+src_install() {
+ emake install DESTDIR="${D}"
+ dodoc README
+}