1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="ALSA compressed device interface"
7 url="https://github.com/alsa-project/tinycompress"
11 makedepends=(ffmpeg git)
12 optdepends=("ffmpeg: fcplay utility")
13 provides=(libtinycompress.so)
15 _commit=750ebbe68e48178fae1732aa169fdc8f46fec6fa # tags/v1.2.8^0
16 source=("git+$url#commit=$_commit")
21 git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
32 local configure_options=(
40 ../tinycompress/configure "${configure_options[@]}"
49 make -C build install DESTDIR="$pkgdir"
50 install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 tinycompress/COPYING
53 # vim:set sw=2 sts=-1 et: