/[gentoo-x86]/sys-fs/ecryptfs-utils/ecryptfs-utils-7.ebuild
Gentoo

Contents of /sys-fs/ecryptfs-utils/ecryptfs-utils-7.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Fri Jul 13 05:15:33 2007 UTC (5 years, 11 months ago) by mr_bones_
Branch: MAIN
Changes since 1.2: +1 -2 lines
whitespace
(Portage version: 2.1.2.9)

1 peper 1.2 # Copyright 1999-2007 Gentoo Foundation
2 masterdriverz 1.1 # Distributed under the terms of the GNU General Public License v2
3 mr_bones_ 1.3 # $Header: /var/cvsroot/gentoo-x86/sys-fs/ecryptfs-utils/ecryptfs-utils-7.ebuild,v 1.2 2007/07/02 15:33:12 peper Exp $
4 masterdriverz 1.1
5     DESCRIPTION="eCryptfs userspace utilities"
6     HOMEPAGE="http://www.ecryptfs.org"
7     SRC_URI="mirror://sourceforge/ecryptfs/${P}.tar.bz2"
8    
9     LICENSE="GPL-2"
10     SLOT="0"
11     KEYWORDS="~x86"
12     IUSE=""
13    
14     DEPEND="sys-apps/keyutils
15     dev-libs/libgcrypt"
16    
17     src_install(){
18     emake -j1 DESTDIR=${D} install || die
19     }

  ViewVC Help
Powered by ViewVC 1.1.20