diff options
author | Lars Weiler <pylon@gentoo.org> | 2003-12-14 05:07:12 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2003-12-14 05:07:12 +0000 |
commit | a8e469809214fda9f2858a2a10e5260316f26a8a (patch) | |
tree | b50ff88325399cc845f7884cacbde5feb4656544 /x11-plugins/wmwave | |
parent | initial import (diff) | |
download | historical-a8e469809214fda9f2858a2a10e5260316f26a8a.tar.gz historical-a8e469809214fda9f2858a2a10e5260316f26a8a.tar.bz2 historical-a8e469809214fda9f2858a2a10e5260316f26a8a.zip |
initial import
Diffstat (limited to 'x11-plugins/wmwave')
-rw-r--r-- | x11-plugins/wmwave/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmwave/files/digest-wmwave-0.4 | 1 | ||||
-rw-r--r-- | x11-plugins/wmwave/metadata.xml | 10 | ||||
-rw-r--r-- | x11-plugins/wmwave/wmwave-0.4.ebuild | 27 |
4 files changed, 40 insertions, 2 deletions
diff --git a/x11-plugins/wmwave/Manifest b/x11-plugins/wmwave/Manifest index a749b5f4ec77..61a4bf5e3d9d 100644 --- a/x11-plugins/wmwave/Manifest +++ b/x11-plugins/wmwave/Manifest @@ -1,4 +1,4 @@ -MD5 8f76b492c2962263ee85adab91947ede wmwave-0.4.ebuild 609 +MD5 ed72c54e543a7618176c152726aa1c0d wmwave-0.4.ebuild 708 MD5 01bdba6b03d3b770ac308c9e0a7f8478 metadata.xml 282 -MD5 2a24171715d48351507a69d0c70de666 ChangeLog 309 +MD5 193df74e53799211d534bb6956d77260 ChangeLog 399 MD5 da96af71b917898e90f435be0669601e files/digest-wmwave-0.4 58 diff --git a/x11-plugins/wmwave/files/digest-wmwave-0.4 b/x11-plugins/wmwave/files/digest-wmwave-0.4 new file mode 100644 index 000000000000..9cadf5b52614 --- /dev/null +++ b/x11-plugins/wmwave/files/digest-wmwave-0.4 @@ -0,0 +1 @@ +MD5 24e985599a85d7165e5905b9d34cd81d wmwave-0-4.tgz 17157 diff --git a/x11-plugins/wmwave/metadata.xml b/x11-plugins/wmwave/metadata.xml new file mode 100644 index 000000000000..a3d026bea9da --- /dev/null +++ b/x11-plugins/wmwave/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>fd@noxa.de</email> + <name>Florian Daniel</name> + <description>Testing</description> +</maintainer> +</pkgmetadata> diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild new file mode 100644 index 000000000000..f05c45fd6a47 --- /dev/null +++ b/x11-plugins/wmwave/wmwave-0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/wmwave-0.4.ebuild,v 1.1 2003/12/14 05:07:08 pylon Exp $ + +S="${WORKDIR}/wmwave" +KEYWORDS="~ppc ~x86" +DESCRIPTION="wmwave is a windom manager dockapp which displays the quality, link, level and noise of an iee802.11 (wavelan) link." +SRC_URI="http://www.schuermann.org/~dockapps/dist/wmwave-0-4.tgz" +HOMEPAGE="http://www.schuermann.org/~dockapps" +LICENSE="GPL-2" +DEPEND="" +SLOT="0" + +src_unpack() { + unpack "wmwave-0-4.tgz" + cd "${S}" +} + +src_compile() { + emake || die +} + +src_install () { + dobin wmwave + doman wmwave.1 + dodoc COPYING README +} |