wok view smtube/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents
children 240736300028
line source
1 # SliTaz package receipt.
3 PACKAGE="smtube"
4 VERSION="14.7.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Qt Youtube browser using *mplayer or vlc."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://smplayer.sourceforge.net/smtube"
11 WGET_URL="$SF_MIRROR/smplayer/$TARBALL"
13 DEPENDS="mplayer-opt libQtGui libQtXml libQtScript libQtNetwork"
14 BUILD_DEPENDS="qmake Qt4-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make PREFIX=/usr &&
21 make PREFIX=/usr DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
29 for size in 16 48 64 128 256; do
30 rm -rf $fs/usr/share/icons/hicolor/${size}x$size
31 done
32 }