diff options
Diffstat (limited to 'x11-libs/motif-config/motif-config-0.1.ebuild')
-rw-r--r-- | x11-libs/motif-config/motif-config-0.1.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/x11-libs/motif-config/motif-config-0.1.ebuild b/x11-libs/motif-config/motif-config-0.1.ebuild new file mode 100644 index 000000000000..e0733561ea91 --- /dev/null +++ b/x11-libs/motif-config/motif-config-0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.1.ebuild,v 1.1 2005/02/14 19:04:43 lanius Exp $ + +inherit multilib + +DESCRIPTION="Utility to change the default Motif library" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~sparc ~x86" +IUSE="" + +DEPEND="" + +RDEPEND="app-shells/bash" + +src_unpack(){ + einfo "nothing to unpack" +} + +src_compile() { + einfo "nothing to compile" +} + +src_install () { + exeinto /usr/bin + newexe ${FILESDIR}/motif-config-1.0 motif-config + + dodir /usr/$(get_libdir)/motif + + insinto /etc/X11/app-defaults + # Mwm + insinto /etc/X11/mwm + # system.mwmrc + dosym /etc/X11/mwm /usr/$(get_libdir)/X11/mwm + dodir /usr/include/X11/bitmaps + # bitmaps + dodir /usr/$(get_libdir)/X11/bindings + # bindings +} |