diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 18:44:53 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-13 18:44:53 +0000 |
commit | 39870e297e91b917a753cd26b9127202ac838f33 (patch) | |
tree | a0a90c81bbd31998af67298dc4076ed8162b2387 /app-misc | |
parent | Initial import. (diff) | |
download | gentoo-2-39870e297e91b917a753cd26b9127202ac838f33.tar.gz gentoo-2-39870e297e91b917a753cd26b9127202ac838f33.tar.bz2 gentoo-2-39870e297e91b917a753cd26b9127202ac838f33.zip |
Initial import.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/xffm/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/xffm/Manifest | 3 | ||||
-rw-r--r-- | app-misc/xffm/files/digest-xffm-3.90.381 | 1 | ||||
-rw-r--r-- | app-misc/xffm/xffm-3.90.381.ebuild | 34 |
4 files changed, 46 insertions, 1 deletions
diff --git a/app-misc/xffm/ChangeLog b/app-misc/xffm/ChangeLog new file mode 100644 index 000000000000..51e91ff2a347 --- /dev/null +++ b/app-misc/xffm/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-misc/xffm +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/xffm/ChangeLog,v 1.1 2003/06/13 18:42:16 bcowan Exp $ + +*xffm-3.90.381 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xffm-3.90.381.ebuild: + Initial import. + diff --git a/app-misc/xffm/Manifest b/app-misc/xffm/Manifest index 32f38914d5eb..c665a87a72ce 100644 --- a/app-misc/xffm/Manifest +++ b/app-misc/xffm/Manifest @@ -1,2 +1,3 @@ -MD5 840a77ab762352292a2e6008286bde3f xffm-3.90.381.ebuild 704 +MD5 0a6fb71112ae53ef9daef1289916b8de xffm-3.90.381.ebuild 866 +MD5 96225918ade24c05438f884de43c3d3a ChangeLog 325 MD5 0baa94c5442ddf19a11e5695998b1026 files/digest-xffm-3.90.381 66 diff --git a/app-misc/xffm/files/digest-xffm-3.90.381 b/app-misc/xffm/files/digest-xffm-3.90.381 new file mode 100644 index 000000000000..750c5417c9e8 --- /dev/null +++ b/app-misc/xffm/files/digest-xffm-3.90.381 @@ -0,0 +1 @@ +MD5 6959ff40ea87a6777f1c70f434dbfb47 xffm-3.90.381.tar.gz 1020065 diff --git a/app-misc/xffm/xffm-3.90.381.ebuild b/app-misc/xffm/xffm-3.90.381.ebuild new file mode 100644 index 000000000000..50e42dee53ce --- /dev/null +++ b/app-misc/xffm/xffm-3.90.381.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 file manager" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =x11-libs/libxfce4util-3.90.0 + =x11-libs/libxfcegui4-3.90.0 + =x11-libs/libxfce4mcs-3.90.0 + =x11-misc/xfce-mcs-manager-3.90.0 + >=dev-libs/dbh-1.0.14" + +src_compile() { + econf + make +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} |