1 # Maintainer: Albert Chang <albert.chang@gmx.com>
5 pkgdesc='command-line and scriptable program to control and display the mixer volume levels on a sound card in linux.'
7 url='http://centerclick.org/programs/smixer'
10 source=("${pkgname}${pkgver}.tgz"::"$url/${pkgname}${pkgver}.tgz")
11 md5sums=('edfcf1abcc8562491cea3007588ecd41')
14 cd ${srcdir}/${pkgname}
17 install -o root -g root -Dm0755 smixer ${pkgdir}/usr/bin/smixer
18 install -o root -g root -Dm0644 man/smixer.1 ${pkgdir}/usr/share/man/man1/smixer.1
19 install -o root -g root -Dm0644 smixer.conf ${pkgdir}/etc/smixer.conf