wok annotate mediainfo/receipt @ rev 21427

updated mediainfo and mediainfo-gui (0.7.79 -> 19.04)
author Hans-G?nter Theisgen
date Thu Apr 25 17:54:21 2019 +0100 (2019-04-25)
parents 1c90d31d2118
children e9de689753f8
rev   line source
al@18634 1 # SliTaz package receipt.
al@18634 2
al@18634 3 PACKAGE="mediainfo"
Hans-G?nter@21427 4 VERSION="19.04"
al@18634 5 CATEGORY="utilities"
Hans-G?nter@21427 6 SHORT_DESC="Command-line utility for reading information from media files."
al@18634 7 MAINTAINER="al.bobylev@gmail.com"
al@18634 8 LICENSE="BSD"
Hans-G?nter@21427 9 WEB_SITE="https://mediaarea.net/MediaInfo"
Hans-G?nter@21427 10
al@18634 11 TARBALL="${PACKAGE}_$VERSION.tar.xz"
Hans-G?nter@21427 12 WGET_URL="https://mediaarea.net/download/source/$PACKAGE/$VERSION/$TARBALL"
al@18634 13
al@18634 14 DEPENDS="libmediainfo"
Hans-G?nter@21427 15 BUILD_DEPENDS="automake autoconf curl-dev libmediainfo-dev libmms-dev \
Hans-G?nter@21427 16 libtool libzen"
al@18634 17
al@18634 18 # Rules to configure and make the package.
al@18634 19 compile_rules()
al@18634 20 {
al@18634 21 cd Project/GNU/CLI
al@18634 22 ./autogen.sh
Hans-G?nter@21427 23 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21427 24 make -j 1 &&
Hans-G?nter@21427 25 make install
al@18634 26 }
al@18634 27
al@18634 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18634 29 genpkg_rules()
al@18634 30 {
al@18634 31 cp -a $install/* $fs
al@18634 32 }