1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-30 09:53:32 +02:00

Added wmamixer

This commit is contained in:
root
2016-07-03 11:22:43 +02:00
parent eef3782404
commit 6ac9709ab5
4 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
DIST wmamixer-0.1.tar.gz 25595 SHA256 3b269d90757967048eba6fb52a3108d439efdb69cb09d5c947837bd88582fbbf SHA512 f03ffbe6ec88cf2d044b9bcc7d85fad43430e7a495ad3712cc4dd94ee82acd3b289fd825c64071ec52b8c29516ca51db43b6ec5d6299d3aad11218d90ba7f6b6 WHIRLPOOL f42ce389d5306bbf91ecdda2d0810bfa440d9653520799192bf9984020f25b36e2f00066fe881da7d75c8a61f314bfb8f31afaadffb848d3f7bca55b12149711
EBUILD wmamixer-0.1.ebuild 498 SHA256 6ae57be260231b2fc45a25527c5fc433ef3c741aecc62458618339ef040e3081 SHA512 f10bd3b6d6620de26b334d8b64df52d93d6c25fe992e5a09a4373d28b64daa17b36da2619c1827218a7b8e9ae62c06fe170dbff902a4054b351cff0546bffa24 WHIRLPOOL 59ddea9de6104507ef155b7ccbcf30a6cd8d8d91465739911282f077cd70c997f770e2ea8494a7425f90d56a4490b8b95b0312ac6e51a70f2b93cc166463b2fa

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils
DESCRIPTION="Real ALSA mixer dockapp for Window Maker"
HOMEPAGE="http://github.com/gryf/wmamixer"
SRC_URI="https://github.com/gryf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/libXext
x11-libs/libXpm
x11-libs/libX11"
DEPEND="${RDEPEND}"
src_install() {
dobin ${PN}
dodoc README CHANGES
}