diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-28 13:17:36 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-28 13:17:36 +0000 |
commit | e6ff3d02726a1696eb66bbc3a3a697e1dc759c9f (patch) | |
tree | 8f36f79fb70e042ca20f02249dbe2ec4dda28539 /gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild | |
parent | new version, mark 1.1.2 stable x86 (diff) | |
download | historical-e6ff3d02726a1696eb66bbc3a3a697e1dc759c9f.tar.gz historical-e6ff3d02726a1696eb66bbc3a3a697e1dc759c9f.tar.bz2 historical-e6ff3d02726a1696eb66bbc3a3a697e1dc759c9f.zip |
mark .9 x86 stable
Diffstat (limited to 'gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild')
-rw-r--r-- | gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild new file mode 100644 index 000000000000..3dd60d276cfb --- /dev/null +++ b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.10.ebuild,v 1.1 2003/02/28 13:17:36 foser Exp $ + +inherit gnome2 + +IUSE="" +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome Virtual Filesystem extra libraries" +HOMEPAGE="http://www.gnome.org/" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc" + +RDEPEND=">=gnome-base/gnome-vfs-2.1.5" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.20 + >=dev-util/pkgconfig-0.12.0 + >=sys-devel/autoconf-2.52" + +src_unpack() { + unpack ${A} || die "unpack failed" + + cd ${S}/samba + export WANT_AUTOCONF_2_5=1 + autoconf --force +} + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" |