wok-next diff mediainfo-gui/receipt @ rev 21118

keyutils, ecryptfs-utils, ecryptfs-simple
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:47:19 2019 +0200 (2019-01-14)
parents f48456621a9d
children
line diff
     1.1 --- a/mediainfo-gui/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/mediainfo-gui/receipt	Mon Jan 14 00:47:19 2019 +0200
     1.3 @@ -10,12 +10,9 @@
     1.4  TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz"
     1.5  WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL"
     1.6  
     1.7 -DEPENDS="wxWidgets gtk2"
     1.8  BUILD_DEPENDS="wxWidgets-dev"
     1.9  
    1.10 -# Rules to configure and make the package.
    1.11 -compile_rules()
    1.12 -{
    1.13 +compile_rules() {
    1.14  	./GUI_Compile.sh
    1.15  	cd MediaInfo/Project/GNU/GUI; make DESTDIR=$install install
    1.16  
    1.17 @@ -24,8 +21,7 @@
    1.18  		$install/usr/share/applications
    1.19  }
    1.20  
    1.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 -genpkg_rules()
    1.23 -{
    1.24 +genpkg_rules() {
    1.25  	cp -a $install/* $fs
    1.26 +	DEPENDS="wxWidgets gtk2"
    1.27  }