wok annotate mediainfo/receipt @ rev 20541

linld: _fastcall calls (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 29 13:49:52 2018 +0100 (2018-11-29)
parents 1ea9701ce3ca
children fc7cc88e4003
rev   line source
al@18634 1 # SliTaz package receipt.
al@18634 2
al@18634 3 PACKAGE="mediainfo"
al@18634 4 VERSION="0.7.79"
al@18634 5 CATEGORY="utilities"
al@18634 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"
al@18634 9 WEB_SITE="http://mediaarea.net/"
al@18634 10 TARBALL="${PACKAGE}_$VERSION.tar.xz"
al@18634 11 WGET_URL="${WEB_SITE}download/source/$PACKAGE/$VERSION/$TARBALL"
al@18634 12
al@18634 13 DEPENDS="libmediainfo"
al@18635 14 BUILD_DEPENDS="libtool automake autoconf libzen libmediainfo-dev curl-dev \
al@18635 15 libmms-dev"
al@18634 16
al@18634 17 # Rules to configure and make the package.
al@18634 18 compile_rules()
al@18634 19 {
al@18634 20 cd Project/GNU/CLI
al@18634 21 ./autogen.sh
al@18634 22 ./configure $CONFIGURE_ARGS && make && make install
al@18634 23 }
al@18634 24
al@18634 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18634 26 genpkg_rules()
al@18634 27 {
al@18634 28 cp -a $install/* $fs
al@18634 29 }