wok view smplayer-themes/receipt @ rev 19674

Add get-opera-blink
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 08 05:35:49 2017 +0200 (2017-02-08)
parents
children 9facff0f7d4e
line source
1 # SliTaz package receipt.
3 PACKAGE="smplayer-themes"
4 VERSION="16.8.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Icon themes for smplayer"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://smplayer.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/${PACKAGE/-themes/}/$TARBALL"
13 DEPENDS="smplayer"
14 BUILD_DEPENDS="Qt4-dev qmake"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make PREFIX=/usr &&
20 make PREFIX=/usr DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mv $install/* $fs
27 }