blob: 60befbf6eee41862704f394ba12add023bfe8f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgringotts/libgringotts-1.2.1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $
DESCRIPTION="libgringotts - Needed by Gringotts"
SRC_URI="http://devel.pluto.linux.it/projects/libGringotts/current/${P}.tar.bz2"
HOMEPAGE="http://devel.pluto.linux.it/projects/libGringotts/index.php"
S=${WORKDIR}/${P}
IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
DEPEND=">=dev-libs/libmcrypt-2.4.21
>=app-crypt/mhash-0.8.13
sys-apps/bzip2
sys-apps/textutils
sys-libs/zlib
>=dev-util/pkgconfig-0.12.0"
src_install() {
einstall || die "Installation failed"
dodoc AUTHORS ChangeLog COPYING README TODO
}
|