Merge pull request #2136 from pullmoll/apulse

New package: apulse-0.1.6
This commit is contained in:
Jürgen Buchmüller 2015-07-30 13:16:08 +02:00
commit d768d9431d

17
srcpkgs/apulse/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'apulse'
pkgname=apulse
version=0.1.6
revision=1
build_style=cmake
hostmakedepends="cmake pkg-config"
makedepends="alsa-lib-devel glib-devel"
short_desc="PulseAudio emulation for ALSA"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="MIT"
homepage="http://github.com/i-rinat/apulse"
distfiles="https://codeload.github.com/i-rinat/${pkgname}/tar.gz/v${version}>${pkgname}-${version}.tar.gz"
checksum=f9ffbf7aff96680beff3243758e5c1e0d4ac9043d4bd6cbfb219890b4b91c9f3
post_install() {
vlicense LICENSE.MIT
}