diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-08 20:48:02 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-08 20:48:02 +0000 |
commit | f53e852fcca0a476507b529f1bd5cc5d18cd0e8c (patch) | |
tree | d8e76bba56d24888db07ece1ddd1adc09a7d9056 /x11-plugins | |
parent | Version bumped. (diff) | |
download | historical-f53e852fcca0a476507b529f1bd5cc5d18cd0e8c.tar.gz historical-f53e852fcca0a476507b529f1bd5cc5d18cd0e8c.tar.bz2 historical-f53e852fcca0a476507b529f1bd5cc5d18cd0e8c.zip |
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmp/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmmp/files/digest-wmmp-0.9.2 | 1 | ||||
-rw-r--r-- | x11-plugins/wmmp/wmmp-0.9.2.ebuild | 33 |
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-plugins/wmmp/Manifest b/x11-plugins/wmmp/Manifest index bdbc096dc938..55caa96a6bfa 100644 --- a/x11-plugins/wmmp/Manifest +++ b/x11-plugins/wmmp/Manifest @@ -1,4 +1,4 @@ -MD5 bf964e2a679e0d4a6119000afbd3d5d1 ChangeLog 479 +MD5 55ca1906e58cd98d452f24f4aaa62d68 ChangeLog 612 MD5 bdaf12209d2425f5799be45dba682da6 wmmp-0.8.0.ebuild 653 MD5 0bfbafaa053724d07ed7c6ea4204cceb wmmp-0.9.1.ebuild 661 MD5 0bfbafaa053724d07ed7c6ea4204cceb wmmp-0.9.2.ebuild 661 diff --git a/x11-plugins/wmmp/files/digest-wmmp-0.9.2 b/x11-plugins/wmmp/files/digest-wmmp-0.9.2 new file mode 100644 index 000000000000..3e5d608cf229 --- /dev/null +++ b/x11-plugins/wmmp/files/digest-wmmp-0.9.2 @@ -0,0 +1 @@ +MD5 6d298ad9f28a58e1457e012c6b8db5cb WMmp-0.9.2.tar.gz 313679 diff --git a/x11-plugins/wmmp/wmmp-0.9.2.ebuild b/x11-plugins/wmmp/wmmp-0.9.2.ebuild new file mode 100644 index 000000000000..a943a3a8bc8b --- /dev/null +++ b/x11-plugins/wmmp/wmmp-0.9.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# + +IUSE="" + +MY_P=${P/wm/WM} +DESCRIPTION="A Window Maker dock app client for Music Player Daemon(media-sound/mpd)" +SRC_URI="http://mercury.chem.pitt.edu/~shank/${MY_P}.tar.gz" +HOMEPAGE="http://www.musicpd.org" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~alpha" + +S=${WORKDIR}/${MY_P} + +src_compile() { + local myconf + myconf="--with-gnu-ld" + + econf ${myconf} || die "configure failed" + + emake || die "make failed" +} + +src_install () { + emake install DESTDIR=${D} || die + + dodoc AUTHORS COPYING INSTALL README THANKS TODO +} |