contrib/mediainfo/Pkgfile

19 lines
463 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
2023-06-30 15:11:16 +02:00
version=23.06
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
}