summaryrefslogtreecommitdiff
path: root/v4l-utils/Pkgfile
blob: b37dfc89b5c5b9fbc5bda8f0f96635a2f53aed6b (plain)
    1 # Description: Userspace tools and conversion library for Video 4 Linux
    2 # URL: https://linuxtv.org/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: libjpeg-turbo
    5 
    6 name=v4l-utils
    7 version=1.22.1
    8 release=1
    9 source=(https://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2)
   10 
   11 build() {
   12   cd $name-$version
   13   [[ -e /usr/bin/clang ]] && PKGMK_V4L+=" --enable-bpf" || PKGMK_V4L+=" --disable-bpf"
   14   ./configure $PKGMK_V4L \
   15     --prefix=/usr \
   16     --disable-nls
   17   make
   18   MAKEFLAGS="-j1" make install DESTDIR=$PKG
   19   rm $PKG/usr/bin/ivtv-ctl
   20 }

Generated by cgit