wok diff mediainfo-gui/receipt @ rev 19872
linld/tazboot: fix magic (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 30 18:01:42 2017 +0200 (2017-03-30) |
parents | |
children | d37d15244372 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mediainfo-gui/receipt Thu Mar 30 18:01:42 2017 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mediainfo-gui" 1.7 +VERSION="0.7.79" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Unified display of the technical and tag data for media files" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="http://mediaarea.net/" 1.13 +TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz" 1.14 +WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL" 1.15 + 1.16 +DEPENDS="wxWidgets gtk+" 1.17 +BUILD_DEPENDS="wxWidgets-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./GUI_Compile.sh 1.23 + cd MediaInfo/Project/GNU/GUI; make DESTDIR=$install install 1.24 + 1.25 + mkdir -p $install/usr/share/applications 1.26 + cp -a $src/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \ 1.27 + $install/usr/share/applications 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}