diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-03-15 20:45:34 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-03-15 20:45:34 +0000 |
commit | f12a83c26db8250070c6f557612e04cf0dd766d0 (patch) | |
tree | 756dd340445591fb5159e61589fb241249b6784f /xfce-base | |
parent | Marked stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-f12a83c26db8250070c6f557612e04cf0dd766d0.tar.gz gentoo-2-f12a83c26db8250070c6f557612e04cf0dd766d0.tar.bz2 gentoo-2-f12a83c26db8250070c6f557612e04cf0dd766d0.zip |
Raise from the dead.
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.0.1 | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4mcs/libxfce4mcs-4.0.1.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.0.1 b/xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.0.1 new file mode 100644 index 000000000000..587448ce1985 --- /dev/null +++ b/xfce-base/libxfce4mcs/files/digest-libxfce4mcs-4.0.1 @@ -0,0 +1 @@ +MD5 7b7e898657dcced82b5539e17799a355 libxfce4mcs-4.0.1.tar.gz 323291 diff --git a/xfce-base/libxfce4mcs/libxfce4mcs-4.0.1.ebuild b/xfce-base/libxfce4mcs/libxfce4mcs-4.0.1.ebuild new file mode 100644 index 000000000000..420ebb75a281 --- /dev/null +++ b/xfce-base/libxfce4mcs/libxfce4mcs-4.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.0.1.ebuild,v 1.7 2004/03/15 20:45:34 bcowan Exp $ + +IUSE="X" +S=${WORKDIR}/${P} + +DESCRIPTION="Libraries for XFCE4" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 x86 ppc ~alpha sparc ~amd64 hppa" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV}" + +src_compile() { + local myconf + myconf="" + + use X && myconf="${myconf} --with-x" + + econf ${myconf} || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL COPYING README ChangeLog +} |