diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
commit | 425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch) | |
tree | 0eee246ccba7098070d351136796036965dff197 /x11-plugins/wmpinboard | |
parent | Security update. (diff) | |
download | gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.gz gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.bz2 gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmpinboard')
-rw-r--r-- | x11-plugins/wmpinboard/ChangeLog | 12 | ||||
-rw-r--r-- | x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 | 1 | ||||
-rw-r--r-- | x11-plugins/wmpinboard/wmpinboard-1.0.ebuild | 25 |
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/wmpinboard/ChangeLog b/x11-plugins/wmpinboard/ChangeLog new file mode 100644 index 000000000000..8f105012bed9 --- /dev/null +++ b/x11-plugins/wmpinboard/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-plugins/wmpinboard +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +*wmpinboard-1.0 (26 May 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 26 May 2002; J.Alberto S.L. <bass@gentoo.org> wmpinboard-1.0.ebuild: + First relase. diff --git a/x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 b/x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 new file mode 100644 index 000000000000..717bdd512f2e --- /dev/null +++ b/x11-plugins/wmpinboard/files/digest-wmpinboard-1.0 @@ -0,0 +1 @@ +MD5 5a270397f7765b3416abae43d020a0c9 wmpinboard-1.0.tar.bz2 112267 diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild new file mode 100644 index 000000000000..6ed2874d0689 --- /dev/null +++ b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Window Maker dock applet resembling a miniature pinboard." +SRC_URI="http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/${P}.tar.bz2" +HOMEPAGE="http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard" + +DEPEND="virtual/x11 + media-libs/xpm" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + econf + emake || die "emake failed" +} + +src_install () { + make DESTDIR=${D} install-strip || die "install failed" +} + |