# Maintainer: Chocobo1 pkgname=dvblast-git pkgver=3.4.r2.g6a4b9c1 pkgrel=1 pkgdesc="A simple and powerful MPEG-2/TS demux and streaming application" arch=('i686' 'x86_64') url="https://www.videolan.org/projects/dvblast.html" license=('GPL2') depends=('glibc' 'libev') makedepends=('git' 'bitstream') provides=('dvblast') conflicts=('dvblast') source=("git+https://code.videolan.org/videolan/dvblast.git") sha256sums=('SKIP') pkgver() { cd "dvblast" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd "dvblast" make } package() { cd "dvblast" make DESTDIR="$pkgdir" PREFIX="/usr" install }