contrib/mediainfo/Pkgfile

19 lines
465 B
Plaintext
Raw Normal View History

2019-06-11 23:45:47 +02:00
# Description: Supplies technical and tag information about a video or audio file (CLI interface)
# URL: https://mediaarea.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libmediainfo
name=mediainfo
2024-02-02 17:49:51 +01:00
version=24.01.1
2019-06-11 23:45:47 +02:00
release=1
source=(https://mediaarea.net/download/source/mediainfo/$version/mediainfo_$version.tar.xz)
build() {
cd MediaInfo/Project/GNU/CLI
2023-03-31 16:47:52 +02:00
2019-06-11 23:45:47 +02:00
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}