summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-08-29 10:03:24 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-08-29 10:03:24 +0000
commitc705a160a3b7200c0cc2405549dab3c1a8e450d8 (patch)
tree9bcb0b16d025d00770ef98327d28325bc5a3c790 /x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild
parentadded 0.12 (diff)
downloadgentoo-2-c705a160a3b7200c0cc2405549dab3c1a8e450d8.tar.gz
gentoo-2-c705a160a3b7200c0cc2405549dab3c1a8e450d8.tar.bz2
gentoo-2-c705a160a3b7200c0cc2405549dab3c1a8e450d8.zip
added 0.12
Diffstat (limited to 'x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild')
-rw-r--r--x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild b/x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild
new file mode 100644
index 000000000000..f3d2a1fe0d8f
--- /dev/null
+++ b/x11-misc/shared-mime-info/shared-mime-info-0.12.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 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.1 2003/08/29 10:03:19 lanius Exp $
+
+S=${WORKDIR}/${P}
+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
+}