diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:12 +0000 |
commit | 9748b90b087d798eba49da1b1c6ac758c33eb1c1 (patch) | |
tree | e2bf487d1bd0527542470471ffe8874020651532 /x11-misc/wmakerconf/wmakerconf-2.9.ebuild | |
parent | moved WindowMaker dockapps from x11-misc to x11-plugins (diff) | |
download | historical-9748b90b087d798eba49da1b1c6ac758c33eb1c1.tar.gz historical-9748b90b087d798eba49da1b1c6ac758c33eb1c1.tar.bz2 historical-9748b90b087d798eba49da1b1c6ac758c33eb1c1.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-misc/wmakerconf/wmakerconf-2.9.ebuild')
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild deleted file mode 100644 index b8a9a031a998..000000000000 --- a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.3 2002/08/14 23:44:15 murphy Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="X based config tool for the windowmaker X windowmanager." -SRC_URI="http://www.windowmaker.org/pub/contrib/source/wmakerconf/${P}.tar.bz2" -# Homepage appears not to be up anymore -HOMEPAGE="http://ulli.on.openave.net/wmakerconf/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" - -DEPEND="=x11-libs/gtk+-1.2* - x11-wm/WindowMaker - gnome? ( =gnome-base/gnome-libs-1.4* ) - imlib? ( media-libs/imlib )" - - -RDEPEND="nls? ( sys-devel/gettext ) - perl? ( sys-devel/perl - net-misc/wget )" - -src_compile() { - - local myconf - - use nls || myconf="${myconf} --disable-nls" - - use imlib || myconf="${myconf} --disable-imlibtest" - - use gnome || myconf="${myconf} --without-gnome" - - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - --sysconfdir=/etc \ - ${myconf} || die - emake || die - -} - -src_install() { - - make \ - prefix=${D}/usr \ - GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ - install || die - - dodoc README MANUAL AUTHORS TODO COPYING ChangeLog - dohtml -r . -} |