blob: 227b715ac374a2aaee39894c0ed63856bfc4b662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild,v 1.4 2004/04/09 13:11:28 lanius Exp $
DESCRIPTION="The Shared MIME-info Database specification."
HOMEPAGE="http://www.freedesktop.org"
SRC_URI="http://www.freedesktop.org/software/shared-mime-info/releases/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha hppa amd64"
DEPEND=">=sys-apps/gawk-3.1.0
>=dev-libs/glib-2.0.4
>=dev-libs/libxml2-2.4.23"
src_install () {
einstall || die
}
|