mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
New package: AlsaMixer.app-0.1
This commit is contained in:
parent
e4efec3c6d
commit
54d9ddcea0
1 changed files with 19 additions and 0 deletions
19
srcpkgs/AlsaMixer.app/template
Normal file
19
srcpkgs/AlsaMixer.app/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'AlsaMixer.app'
|
||||||
|
pkgname=AlsaMixer.app
|
||||||
|
version=0.1
|
||||||
|
revision=1
|
||||||
|
makedepends="alsa-lib-devel libX11-devel libXext-devel libXpm-devel"
|
||||||
|
short_desc="Simple dockable mixer application for Linux with ALSA drivers"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://github.com/thinrope/AlsaMixer.app"
|
||||||
|
distfiles="http://distfiles.gentoo.org/distfiles/AlsaMixer.app-${version}.tar.gz"
|
||||||
|
checksum=7d55d3ba5ffd82bcddcb546e0aa33ab8638df5d1418aa170e91c42e35c0c8c15
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${make_jobs} CXX="$CXX"
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin AlsaMixer.app
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue