AlsaMixer.app: update to 0.1+20141005.

This commit is contained in:
Christian Neukirchen 2014-11-23 14:48:39 +01:00
parent f0226a42c7
commit 680eaf1fbe
1 changed files with 8 additions and 7 deletions
srcpkgs/AlsaMixer.app

View File

@ -1,18 +1,19 @@
# Template file for 'AlsaMixer.app'
pkgname=AlsaMixer.app
version=0.1
revision=2
version=0.1+20141005
revision=1
wrksrc=dockapps
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
homepage="http://windowmaker.org/dockapps/?name=AlsaMixer.app"
distfiles="http://windowmaker.org/dockapps/?download=${pkgname}-${version}.tar.gz"
checksum=bc91d3e215c0c337c70f0e3c54fa8dd7ec9ef7a92bbab29b6ea50ca30717ae65
do_build() {
make ${makejobs} CXX="$CXX" CXXFLAGS="$CXXFLAGS"
make ${makejobs} CXX="$CXX" CXXFLAGS="$CXXFLAGS"
}
do_install() {
vbin AlsaMixer.app
vbin AlsaMixer.app
}