wok-next diff minitube/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/minitube/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/minitube/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,23 +1,21 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="minitube" 1.8 VERSION="2.4-1" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Minitube is a native YouTube client" 1.11 +SHORT_DESC="Native YouTube client" 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://flavio.tordini.org/minitube" 1.15 + 1.16 #TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 #deb# TARBALL="$PACKAGE.deb" 1.18 #deb# WGET_URL="http://flavio.tordini.org/files/minitube/minitube.deb" 1.19 -TARBALL="${PACKAGE}-${VERSION}.mga5.i586.rpm" 1.20 +TARBALL="$PACKAGE-$VERSION.mga5.i586.rpm" 1.21 WGET_URL="http://mirrors.kernel.org/mageia/distrib/5/i586/media/core/release/$TARBALL" 1.22 1.23 -DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \ 1.24 - libQtXml libQtOpenGL phonon phonon-vlc libvlc libgnutls cacerts" 1.25 # BUILD_DEPENDS="Qt4-dev qmake qt4-phonon" 1.26 1.27 -# Rules to configure and make the package. 1.28 #deb#compile_rules() 1.29 #deb#{ 1.30 # put default icons to resources (instead of to hicolor icon theme) 1.31 @@ -27,14 +25,13 @@ 1.32 1.33 # mkdir build; cd build 1.34 # qmake ../minitube.pro && 1.35 -# make && make INSTALL_ROOT=$install install 1.36 +# make && 1.37 +# make INSTALL_ROOT=$install install 1.38 #deb# busybox ar vx $src/$TARBALL 1.39 #deb# tar xf data.tar* 1.40 #deb#} 1.41 1.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.43 -genpkg_rules() 1.44 -{ 1.45 +genpkg_rules() { 1.46 # cp -a $install/* $fs 1.47 mkdir -p $fs/usr 1.48 cp -a $src/* $fs/usr 1.49 @@ -45,4 +42,6 @@ 1.50 for size in 64 128 256 512 scalable; do 1.51 rm -rf $fs/usr/share/icons/hicolor/${size}* 1.52 done 1.53 + DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \ 1.54 + libQtXml libQtOpenGL phonon phonon-vlc libvlc libgnutls cacerts" 1.55 }