New package: AlsaMixer.app-0.1
This commit is contained in:
parent
e4efec3c6d
commit
54d9ddcea0
|
@ -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…
Reference in New Issue