wok annotate mediainfo/receipt @ rev 23805

xine-lib: update suggested
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 07:34:28 2020 +0000 (2020-05-24)
parents fc7cc88e4003
children 241fb98cab1c
rev   line source
al@18634 1 # SliTaz package receipt.
al@18634 2
al@18634 3 PACKAGE="mediainfo"
Hans-G?nter@23169 4 VERSION="19.09"
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@23169 15 BUILD_DEPENDS="autoconf automake 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
Hans-G?nter@23169 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 }