blob: 9539ef8e5c4172352315365105e6d00fe149d881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.14.ebuild,v 1.2 2003/09/06 11:50:56 foser Exp $
inherit gnome2
DESCRIPTION="a LGPL version of libart"
HOMEPAGE="http://www.levien.com/libart"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
DEPEND="dev-util/pkgconfig"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|