wok annotate mediainfo-gui/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents d37d15244372
children a72a832af45d
rev   line source
al@18630 1 # SliTaz package receipt.
al@18630 2
al@18630 3 PACKAGE="mediainfo-gui"
Hans-G?nter@21427 4 VERSION="19.04"
al@18630 5 CATEGORY="utilities"
Hans-G?nter@21427 6 SHORT_DESC="Unified display of the technical and tag data for media files."
al@18630 7 MAINTAINER="al.bobylev@gmail.com"
al@18630 8 LICENSE="BSD"
Hans-G?nter@21427 9 WEB_SITE="https://mediaarea.net/MediaInfo"
Hans-G?nter@21427 10
al@18630 11 TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz"
al@18630 12 WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL"
al@18630 13
Hans-G?nter@21427 14 DEPENDS="gtk+ wxWidgets"
Hans-G?nter@21427 15 BUILD_DEPENDS="file wxWidgets-dev"
al@18630 16
al@18630 17 # Rules to configure and make the package.
al@18630 18 compile_rules()
al@18630 19 {
al@18630 20 ./GUI_Compile.sh
Hans-G?nter@21427 21 cd MediaInfo/Project/GNU/GUI
Hans-G?nter@21427 22 make DESTDIR=$install install
al@18630 23
al@18630 24 mkdir -p $install/usr/share/applications
al@18630 25 cp -a $src/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
al@18630 26 $install/usr/share/applications
al@18630 27 }
al@18630 28
al@18630 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18630 30 genpkg_rules()
al@18630 31 {
al@18630 32 cp -a $install/* $fs
al@18630 33 }