summaryrefslogtreecommitdiff
path: root/mediainfo/Pkgfile
blob: 61897a91072b3ca9d3d7613b2ba783e7c8958789 (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=22.03
    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