blob: c94bad6cdfb6ca2453abe21f5d5e6ef54418c470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.6 2008/01/23 08:00:35 opfer Exp $
inherit elisp
DESCRIPTION="Handle all sorts of compressed and encrypted files"
HOMEPAGE="http://freshmeat.net/projects/crypt/
http://packages.debian.org/unstable/editors/crypt++el.html"
SRC_URI="mirror://debian/pool/main/c/crypt++el/crypt++el_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
S="${WORKDIR}/${PN}el-${PV}"
SITEFILE=50${PN}-gentoo.el
|