wok view mediainfo/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 1ea9701ce3ca
children fc7cc88e4003
line source
1 # SliTaz package receipt.
3 PACKAGE="mediainfo"
4 VERSION="0.7.79"
5 CATEGORY="utilities"
6 SHORT_DESC="Command-line utility for reading information from media files"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://mediaarea.net/"
10 TARBALL="${PACKAGE}_$VERSION.tar.xz"
11 WGET_URL="${WEB_SITE}download/source/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="libmediainfo"
14 BUILD_DEPENDS="libtool automake autoconf libzen libmediainfo-dev curl-dev \
15 libmms-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd Project/GNU/CLI
21 ./autogen.sh
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }