summaryrefslogtreecommitdiff
path: root/mediainfo/Pkgfile
blob: 60e0011dc830b414ac279d4bd740240b080015d0 (plain)
    1 # Description: Supplies technical and tag information about a video or audio file (CLI interface)
    2 # URL: https://mediaarea.net/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: libmediainfo
    5 
    6 name=mediainfo
    7 version=20.08
    8 release=1
    9 source=(https://mediaarea.net/download/source/mediainfo/$version/mediainfo_$version.tar.xz)
   10 
   11 build() {
   12   cd MediaInfo/Project/GNU/CLI
   13   ./autogen.sh
   14   ./configure --prefix=/usr
   15   make
   16   make DESTDIR="$PKG" install
   17 }

Generated by cgit